From 09d985e043a61686835f5659797d9f49e3a89516 Mon Sep 17 00:00:00 2001 From: midipix Date: Fri, 6 May 2016 06:41:29 -0400 Subject: build system: added the .display-cc informational target. --- Makefile.in | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Makefile.in') 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) -- cgit v1.2.3