Files
myos/make/debug.mk
T
aynic.os 85ffdb7096 doc
2021-06-02 00:54:33 +02:00

12 lines
175 B
Makefile

##
# DEBUG
# target debug: Print more informations
.PHONY: debug
debug:
$(MAKE) doc help DEBUG=true
# target debug-%: Print value of %
.PHONY: debug-%
debug-%: context-% ;