File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
.PHONY : build_release build run before_test after_test test xcodeproj codecov docker install uninstall clean
2
2
SC =swift
3
-
3
+ VERSION =1.1.1
4
4
CONFIGDIR =~/.hazel
5
5
BINARYDIR =/usr/local/bin
6
6
RELEASEDIR =.build/release
@@ -10,7 +10,7 @@ SWIFT_FLAGS=--configuration debug -Xswiftc "-D" -Xswiftc "DEBUG"
10
10
build :
11
11
$(SC ) build $(SWIFT_FLAGS )
12
12
13
- build_release : SWIFT_FLAGS=--configuration release -Xswiftc -static-stdlib
13
+ build_release : SWIFT_FLAGS=--disable-sandbox -- configuration release -Xswiftc -static-stdlib
14
14
build_release : build
15
15
16
16
run : build before_test
79
79
rm -f /usr/local/share/zsh/site-functions/_hazel_debug
80
80
81
81
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
You can’t perform that action at this time.
0 commit comments