From 09d985e043a61686835f5659797d9f49e3a89516 Mon Sep 17 00:00:00 2001 From: midipix Date: Nov 11 2016 04:35:46 +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)