doc
This commit is contained in:
+3
-1
@@ -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-% ;
|
||||
|
||||
Reference in New Issue
Block a user