diff options
author | midipix <writeonce@midipix.org> | 2016-05-06 06:41:29 -0400 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2016-05-06 11:02:25 -0400 |
commit | 5651ec442e4349770113c59213da16ecc17bee7d (patch) | |
tree | d54c5718c3d2ad32d2e1496d06ca9176d1add5d6 | |
parent | 7ec0263ec348ab2c89cd20eeeccbc790552a5c7b (diff) | |
download | sofort-5651ec442e4349770113c59213da16ecc17bee7d.tar.bz2 sofort-5651ec442e4349770113c59213da16ecc17bee7d.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) |