diff options
author | midipix <writeonce@midipix.org> | 2016-05-06 06:36:12 -0400 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2016-05-06 11:02:25 -0400 |
commit | 7ec0263ec348ab2c89cd20eeeccbc790552a5c7b (patch) | |
tree | 5d7c0fc00c7f1b3248ffe837e70550f37ceb4c00 | |
parent | 5d8ea842bc6de80bf20c164858ef456dd1c5cb3e (diff) | |
download | sofort-7ec0263ec348ab2c89cd20eeeccbc790552a5c7b.tar.bz2 sofort-7ec0263ec348ab2c89cd20eeeccbc790552a5c7b.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 \ |