diff options
author | midipix <writeonce@midipix.org> | 2016-05-06 06:36:12 -0400 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2016-05-06 06:36:12 -0400 |
commit | ddcf3f49fbecc1cebef3c61fc1c440dca59e3fac (patch) | |
tree | 951ea8eba669db7532a48b4bce20911cd6a06d3d | |
parent | 473425374f517ae3bf83fc8f59ea89c28e69ba91 (diff) | |
download | slibtool-ddcf3f49fbecc1cebef3c61fc1c440dca59e3fac.tar.bz2 slibtool-ddcf3f49fbecc1cebef3c61fc1c440dca59e3fac.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 \ |