myos/make/debug.mk

12 lines
175 B
Makefile
Raw Normal View History

2021-05-25 14:55:16 +02:00
##
# DEBUG
2021-06-02 00:54:33 +02:00
# target debug: Print more informations
2021-05-25 14:55:16 +02:00
.PHONY: debug
debug:
2021-06-02 00:54:33 +02:00
$(MAKE) doc help DEBUG=true
2021-05-25 14:55:16 +02:00
2021-06-02 00:54:33 +02:00
# target debug-%: Print value of %
2021-05-25 14:55:16 +02:00
.PHONY: debug-%
debug-%: context-% ;