Files
myos/make/debug.mk
T
aynic.os 8a7a545a6c wip
2021-05-25 14:55:16 +02:00

10 lines
91 B
Makefile

##
# DEBUG
.PHONY: debug
debug:
$(MAKE) DEBUG=true
.PHONY: debug-%
debug-%: context-% ;