Add a way to print the target binary

This commit is contained in:
Steven Fackler 2014-01-18 13:24:23 -08:00
parent bf2f31ef96
commit a84bf2976b
1 changed files with 4 additions and 1 deletions

View File

@ -27,4 +27,7 @@ $(OPENSSL_TEST): $(OPENSSL_LIB) | $(BUILDDIR)
clean:
rm -rf $(BUILDDIR)
.PHONY: all check clean
print-target:
@echo $(OPENSSL)
.PHONY: all check clean print-target