This commit is contained in:
aynic.os
2021-06-02 00:54:33 +02:00
parent 8661d103e5
commit 85ffdb7096
38 changed files with 509 additions and 405 deletions
+3 -1
View File
@@ -1,9 +1,11 @@
##
# DEBUG
# target debug: Print more informations
.PHONY: debug
debug:
$(MAKE) DEBUG=true
$(MAKE) doc help DEBUG=true
# target debug-%: Print value of %
.PHONY: debug-%
debug-%: context-% ;