This commit is contained in:
aynic.os
2021-07-12 20:04:06 +01:00
parent d6d1299ae2
commit e1f9ef7de9
21 changed files with 158 additions and 105 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ debug:
# target debug-%: Print value of %
.PHONY: debug-%
debug-%: context-% ;
debug-%: $(if $(DEBUG),context-%) ;
# target profile: Print timing informations
.PHONY: profile