From 23bc8e98a63ca1ff4cad86007ee57ebe76de1a82 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(+) (limited to 'Makefile.in') 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