From ddcf3f49fbecc1cebef3c61fc1c440dca59e3fac Mon Sep 17 00:00:00 2001 From: midipix Date: May 06 2016 10:36:12 +0000 Subject: build system: added the .display-cflags informational target. --- diff --git a/Makefile.in b/Makefile.in index 162e2f7..a2b2337 100644 --- a/Makefile.in +++ b/Makefile.in @@ -345,6 +345,9 @@ clean: clean-implib .display-host: @$(CC) $(CFLAGS) -dumpmachine +.display-cflags: + @echo $(CFLAGS) + .PHONY: all install shared static app .display \ package-app \