aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index dcd84b7ab..158a3c222 100644
--- a/Makefile
+++ b/Makefile
@@ -391,6 +391,10 @@ codespell:
391print-env: 391print-env:
392 ./ci/printenv.sh 392 ./ci/printenv.sh
393 393
394.PHONY: print-version
395print-version: config.mk
396 command -V $(TARNAME) && $(TARNAME) --version
397
394# 398#
395# make test 399# make test
396# 400#