ddcf3f
build system: added the .display-cflags informational target.
@@ -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 \
|