|
|
@ -83,10 +83,12 @@ unload: |
|
|
|
install: $(TARGET) |
|
|
|
sudo install -c foundation.pEp.adapter.macOS "$(INSTALL_TARGET)/foundation.pEp.adapter.macOS" |
|
|
|
sudo install -c foundation.pEp.adapter.macOS.plist "/Library/LaunchAgents/foundation.pEp.adapter.macOS.plist" |
|
|
|
sudo install -c test.plist "/Library/Application Support/pEp/Updater/test.plist" |
|
|
|
|
|
|
|
uninstall: |
|
|
|
sudo rm -f "$(INSTALL_TARGET)/foundation.pEp.adapter.macOS" |
|
|
|
sudo rm -f "/Library/LaunchAgents/foundation.pEp.adapter.macOS.plist" |
|
|
|
sudo rm -f "/Library/Application Support/pEp/Updater/test.plist" |
|
|
|
|
|
|
|
clean: |
|
|
|
rm -f *.o *.d *.d.* $(TARGET) |
|
|
|