4 lines
76 B
Makefile
4 lines
76 B
Makefile
.PHONY:build
|
|
build:
|
|
(cd apps/$(PROJECT) && $(MAKE) V=$(V) -f Makefile all)
|