Skip to content

Commit 2c31c2c

Browse files
committed
Update Makefile
1 parent e33f084 commit 2c31c2c

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Makefile

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.PHONY: build_release build run before_test after_test test xcodeproj codecov docker install uninstall clean
22
SC=swift
3-
3+
VERSION=1.1.1
44
CONFIGDIR=~/.hazel
55
BINARYDIR=/usr/local/bin
66
RELEASEDIR=.build/release
@@ -10,7 +10,7 @@ SWIFT_FLAGS=--configuration debug -Xswiftc "-D" -Xswiftc "DEBUG"
1010
build:
1111
$(SC) build $(SWIFT_FLAGS)
1212

13-
build_release: SWIFT_FLAGS=--configuration release -Xswiftc -static-stdlib
13+
build_release: SWIFT_FLAGS=--disable-sandbox --configuration release -Xswiftc -static-stdlib
1414
build_release: build
1515

1616
run: build before_test
@@ -79,6 +79,6 @@ clean:
7979
rm -f /usr/local/share/zsh/site-functions/_hazel_debug
8080

8181
compress:
82-
cd ../ && tar czf hazel-1.0.3.tar.gz Hazel
83-
mv ../hazel-1.0.3.tar.gz .
84-
shasum -a 256 hazel-1.0.3.tar.gz
82+
cd ../ && tar czf hazel-$(VERSION).tar.gz Hazel
83+
mv ../hazel-$(VERSION).tar.gz .
84+
shasum -a 256 hazel-$(VERSION).tar.gz

0 commit comments

Comments
 (0)