Include asset build into makefile
This commit is contained in:
5
examples/PoolBox/Makefile
Normal file
5
examples/PoolBox/Makefile
Normal file
@@ -0,0 +1,5 @@
|
||||
all clean rebuild: always
|
||||
$(MAKE) $(MAKECMDGOALS) -C assets
|
||||
$(MAKE) $(MAKECMDGOALS) -C application
|
||||
|
||||
always: ;
|
Reference in New Issue
Block a user