myos/make/debug.mk

10 lines
91 B
Makefile
Raw Normal View History

2021-05-25 14:55:16 +02:00
##
# DEBUG
.PHONY: debug
debug:
$(MAKE) DEBUG=true
.PHONY: debug-%
debug-%: context-% ;