We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
version
1 parent 0aa52b7 commit 0dafaa8Copy full SHA for 0dafaa8
Makefile
@@ -894,8 +894,11 @@ installcheck: all-programs
894
fi
895
@rm -rf testinstall || true
896
897
+version:
898
+ @echo ${VERSION}
899
+
900
.PHONY: installdirs install-program install-data install uninstall \
- installcheck ncc bin-tarball show-flags
901
+ installcheck ncc bin-tarball show-flags version
902
903
# Make a tarball of opt/clightning/, optionally with label for distribution.
904
ifneq ($(VERSION),)
0 commit comments