summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index bf99592..6acbc79 100644
--- a/Makefile
+++ b/Makefile
@@ -30,8 +30,10 @@ all: options .WAIT clean .WAIT \
options:
@echo at-suite build options:
@echo "CFLAGS = $(CFLAGS)"
+ @echo "CPPFLAGS = $(CPPFLAGS)"
@echo "LDFLAGS = $(LDFLAGS)"
@echo "CC = $(CC)"
+ @echo "CXX = $(CXX)"
%.gch: %.h
$(CC) -std=c2x $(CFLAGS) -c $< -o $@