Skip to content

Commit 7cd5c1e

Browse files
committed
Add more vars to print-vars
1 parent be9e643 commit 7cd5c1e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/Makefile

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -178,8 +178,13 @@ endif
178178

179179
print-vars:
180180
@echo "OS=$(OS)"
181+
@echo "APP=$(APP)"
182+
@echo "CXX=$(CXX)"
183+
@echo "CXXFLAGS=$(CXXFLAGS)"
184+
@echo "LDFLAGS=$(LDFLAGS)"
181185
@echo "INSTALL_DIR=$(INSTALL_DIR)"
182186

187+
183188
install: $(STATIC_LIB) $(SHARED_LIB) $(APP)
184189
ifeq ($(OS),Windows_NT)
185190
copy /Y ..\bin\$(APP)$(PROG_SUFFIX) $(INSTALL_DIR)

0 commit comments

Comments
 (0)