diff options
author | midipix <writeonce@midipix.org> | 2016-05-06 06:36:12 -0400 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2016-11-11 00:22:42 -0500 |
commit | 41ce9903efc6261b59d2b436609db8a5272ca817 (patch) | |
tree | 6ced1247accdbdad74250f524448a271aeb20a76 | |
parent | e2504595970431db9127e170ebfb57b59d5d9e72 (diff) | |
download | mdso-41ce9903efc6261b59d2b436609db8a5272ca817.tar.bz2 mdso-41ce9903efc6261b59d2b436609db8a5272ca817.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 \ |