File tree Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Original file line number Diff line number Diff line change 1
- .PHONY : build test before_test install clean
1
+ .PHONY : build test before_test install clean completion
2
2
SC =swift
3
3
4
4
CONFIGDIR =~/.hazel
@@ -34,17 +34,13 @@ install:
34
34
$(SC ) build --configuration release -Xswiftc -static-stdlib
35
35
mkdir -p $(CONFIGDIR )
36
36
cd .assets && cp -r templates $(CONFIGDIR )
37
- cd .assets && cp -r scripts/ completion $(CONFIGDIR ) /scripts
37
+ cd .assets/scripts && cp -r completion $(CONFIGDIR )
38
38
cp -f $(RELEASEDIR ) /Hazel $(BINARYDIR ) /hazel
39
- which hazel > /dev/null && . " $( hazel initpath ) "
40
39
41
40
uninstall :
42
41
rm -r $(CONFIGDIR )
43
42
rm $(BINARYDIR ) /hazel
44
43
45
- completion :
46
- which hazel > /dev/null && . " $( hazel initpath ) "
47
-
48
44
clean :
49
45
rm -rf .build/
50
46
rm -rf xcov_report
You can’t perform that action at this time.
0 commit comments