Skip to content

Commit e1205fd

Browse files
committed
updated makefile targets
1 parent 7f40da1 commit e1205fd

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Makefile

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
all: install-service
21

32
install-macos-service:
43
sudo cp -R service/Crunch\ Image\(s\).workflow ~/Library/Services/Crunch\ Image\(s\).workflow
@@ -12,4 +11,4 @@ uninstall-macos-service:
1211
@echo " "
1312
@echo "[*] The Crunch Image(s) macOS service was removed from your system"
1413

15-
.PHONY: all install-service uninstall-service
14+
.PHONY: install-macos-service uninstall-macos-service

0 commit comments

Comments
 (0)