From 3a345da73153c2717c04eb4b755be9daed542446 Mon Sep 17 00:00:00 2001 From: midipix Date: May 06 2016 15:03:42 +0000 Subject: build system: added the .display-cc informational target. --- 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)