From ddcf3f49fbecc1cebef3c61fc1c440dca59e3fac Mon Sep 17 00:00:00 2001 From: midipix Date: Fri, 6 May 2016 06:36:12 -0400 Subject: build system: added the .display-cflags informational target. --- Makefile.in | 3 +++ 1 file changed, 3 insertions(+) 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 \ -- cgit v1.2.3