Makefile edition

This commit is contained in:
2024-04-11 17:55:15 +02:00
parent fc7eff1dc7
commit f85cb9df5c
2 changed files with 8 additions and 2 deletions
+7
View File
@@ -0,0 +1,7 @@
mainmk = $(MAKE) -C ./src/themes/
build:
$(mainmk)
clean:
$(mainmk) clean