Add a print-%: target, useful for debugging

This commit is contained in:
Thomas Bernard 2019-01-25 20:54:53 +01:00
parent f0b38bd563
commit 41b857c739
No known key found for this signature in database
GPG Key ID: 0FF11B67A5C0863C

View File

@ -1048,4 +1048,7 @@ htmldoc: $(GENERATEDOCBIN)
$(MKDIR) ../doc/html
$(GENERATEDOCBIN) ../doc/html
print-%:
@echo $* = $($*)
-include Makefile.dep