diff options
author | midipix <writeonce@midipix.org> | 2016-05-06 06:36:12 -0400 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2016-05-06 11:03:42 -0400 |
commit | 465e436872c957b4b044955c798c83979f30f106 (patch) | |
tree | 7afa8d101e7c50e2e937a36a8ecd4617eb18676f | |
parent | caaafcbeba75491eed720ec8f1b2eda269644933 (diff) | |
download | apimagic-465e436872c957b4b044955c798c83979f30f106.tar.bz2 apimagic-465e436872c957b4b044955c798c83979f30f106.tar.xz |
build system: added the .display-cflags informational target.
-rw-r--r-- | Makefile.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in index 162e2f7..a2b2337 100644 --- a/Makefile.in +++ b/Makefile.in @@ -345,6 +345,9 @@ clean: clean-implib .display-host: @$(CC) $(CFLAGS) -dumpmachine +.display-cflags: + @echo $(CFLAGS) + .PHONY: all install shared static app .display \ package-app \ |