2025-04-11 09:40:32 +08:00

4 lines
76 B
Makefile

.PHONY:build
build:
(cd apps/$(PROJECT) && $(MAKE) V=$(V) -f Makefile all)