10 lines
91 B
Makefile
10 lines
91 B
Makefile
##
|
|
# DEBUG
|
|
|
|
.PHONY: debug
|
|
debug:
|
|
$(MAKE) DEBUG=true
|
|
|
|
.PHONY: debug-%
|
|
debug-%: context-% ;
|