This commit is contained in:
aynic.os
2021-05-25 14:55:16 +02:00
parent afce46f3df
commit 8a7a545a6c
7 changed files with 24 additions and 22 deletions
+9
View File
@@ -0,0 +1,9 @@
##
# DEBUG
.PHONY: debug
debug:
$(MAKE) DEBUG=true
.PHONY: debug-%
debug-%: context-% ;