diff options
author | midipix <writeonce@midipix.org> | 2016-05-06 06:36:12 -0400 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2016-11-10 23:35:46 -0500 |
commit | 23bc8e98a63ca1ff4cad86007ee57ebe76de1a82 (patch) | |
tree | a2b19a57ccaaf7341973eaec7517ae2c3da3cbfa | |
parent | 3efbc1d827184e6624ae204b01d64e0558439fcc (diff) | |
download | perk-23bc8e98a63ca1ff4cad86007ee57ebe76de1a82.tar.bz2 perk-23bc8e98a63ca1ff4cad86007ee57ebe76de1a82.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 \ |