Skip to content

Commit

Permalink
updated makefile targets
Browse files Browse the repository at this point in the history
  • Loading branch information
chrissimpkins committed Mar 30, 2018
1 parent 7f40da1 commit e1205fd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
all: install-service

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

.PHONY: all install-service uninstall-service
.PHONY: install-macos-service uninstall-macos-service

0 comments on commit e1205fd

Please sign in to comment.