ddcf3f build system: added the .display-cflags informational target.

Authored and Committed by midipix 8 years ago
1 file changed. 3 lines added. 0 lines removed.
    build system: added the .display-cflags informational target.
    
        
file modified
+3 -0
Makefile.in CHANGED
@@ -345,6 +345,9 @@ clean: clean-implib
345
345
.display-host:
346
346
@$(CC) $(CFLAGS) -dumpmachine
347
347
348
+ .display-cflags:
349
+ @echo $(CFLAGS)
350
+
348
351
349
352
.PHONY: all install shared static app .display \
350
353
package-app \