diff --git a/Makefile b/Makefile index 8fb3a80..2168b9f 100644 --- a/Makefile +++ b/Makefile @@ -11,11 +11,13 @@ all: $(SOURCES) install: mkdir -p $(INSTALLDIR) cp $(EXECUTABLE) $(INSTALLDIR) - cp $(PLIST) /Library/LaunchDaemons uninstall: rm $(INSTALLDIR)/$(EXECUTABLE) rm /Library/LaunchDaemons/$(PLIST) +startup: + cp $(PLIST) /Library/LaunchDaemons + clean: rm $(EXECUTABLE) \ No newline at end of file