From e1205fd32213823277af520183b2385fc86a7cb8 Mon Sep 17 00:00:00 2001 From: Chris Simpkins Date: Thu, 29 Mar 2018 21:11:25 -0400 Subject: [PATCH] updated makefile targets --- Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 5506f74..f0277d6 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,3 @@ -all: install-service install-macos-service: sudo cp -R service/Crunch\ Image\(s\).workflow ~/Library/Services/Crunch\ Image\(s\).workflow @@ -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 \ No newline at end of file +.PHONY: install-macos-service uninstall-macos-service \ No newline at end of file