diff options
author | midipix <writeonce@midipix.org> | 2016-05-06 06:41:29 -0400 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2016-11-10 23:35:46 -0500 |
commit | 09d985e043a61686835f5659797d9f49e3a89516 (patch) | |
tree | 59c75611ed08afcaebf514a3a2722c7437b8f0dd | |
parent | 23bc8e98a63ca1ff4cad86007ee57ebe76de1a82 (diff) | |
download | perk-09d985e043a61686835f5659797d9f49e3a89516.tar.bz2 perk-09d985e043a61686835f5659797d9f49e3a89516.tar.xz |
build system: added the .display-cc informational target.
-rw-r--r-- | Makefile.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in index a2b2337..d558f9d 100644 --- a/Makefile.in +++ b/Makefile.in @@ -345,6 +345,9 @@ clean: clean-implib .display-host: @$(CC) $(CFLAGS) -dumpmachine +.display-cc: + @echo $(CC) + .display-cflags: @echo $(CFLAGS) |