repotool/Makefile

15 lines
231 B
Makefile
Raw Normal View History

2024-05-01 23:12:04 +00:00
.PHONY: all
SOURCES_LIBS:=$(shell find lib -type f)
SOURCES_SRC:=$(shell find src -type f )
all: repotool
src/lib/repotool/stdlib.sh: $(SOURCES_LIBS)
bashly add --source . stdlib -f
repotool: $(SOURCES_SRC)
bashly generate