We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a43a630 commit 88dd4ecCopy full SHA for 88dd4ec
1 file changed
Makefile
@@ -1,6 +1,8 @@
1
-all: clear autoload build
+TAG ?= $(shell git describe --tags)
2
3
-clear:
+all: clean autoload build
4
+
5
+clean:
6
rm -f clitools.phar
7
8
build:
@@ -22,7 +24,7 @@ install-box:
22
24
curl -LSs https://box-project.github.io/box2/installer.php | php
23
25
mv box.phar /usr/local/bin
26
-release: build
27
+release: all
28
ifndef desc
29
@echo "Run it as 'make release desc=tralala'"
30
else
0 commit comments