diff --git a/Makefile b/Makefile index 4030372..e50d7fc 100644 --- a/Makefile +++ b/Makefile @@ -7,7 +7,7 @@ build: install: install -Dm755 target/debug/clipboard-sync "$(prefix)/$(bin)/clipboard-sync" - install -Dm644 target/clipboard-sync.service "$(prefix)/$(systemd)/user/clipboard-sync.service" + install -Dm644 clipboard-sync.service "$(prefix)/$(systemd)/user/clipboard-sync.service" uninstall: rm -f "$(prefix)/$(bin)/clipboard-sync"