Skip to content

Commit 88dd4ec

Browse files
committed
Fix makefile
1 parent a43a630 commit 88dd4ec

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

Makefile

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
1-
all: clear autoload build
1+
TAG ?= $(shell git describe --tags)
22

3-
clear:
3+
all: clean autoload build
4+
5+
clean:
46
rm -f clitools.phar
57

68
build:
@@ -22,7 +24,7 @@ install-box:
2224
curl -LSs https://box-project.github.io/box2/installer.php | php
2325
mv box.phar /usr/local/bin
2426

25-
release: build
27+
release: all
2628
ifndef desc
2729
@echo "Run it as 'make release desc=tralala'"
2830
else

0 commit comments

Comments
 (0)