Include asset build into makefile

This commit is contained in:
2023-05-01 11:02:33 +02:00
parent 5dc83be87f
commit 904509a65e
2 changed files with 5 additions and 13 deletions

View File

@@ -0,0 +1,5 @@
all clean rebuild: always
$(MAKE) $(MAKECMDGOALS) -C assets
$(MAKE) $(MAKECMDGOALS) -C application
always: ;