We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f40da1 commit e1205fdCopy full SHA for e1205fd
Makefile
@@ -1,4 +1,3 @@
1
-all: install-service
2
3
install-macos-service:
4
sudo cp -R service/Crunch\ Image\(s\).workflow ~/Library/Services/Crunch\ Image\(s\).workflow
@@ -12,4 +11,4 @@ uninstall-macos-service:
12
11
@echo " "
13
@echo "[*] The Crunch Image(s) macOS service was removed from your system"
14
15
-.PHONY: all install-service uninstall-service
+.PHONY: install-macos-service uninstall-macos-service
0 commit comments