diff options
author | Tahsincan Köse | 2021-11-30 20:42:41 +0300 |
---|---|---|
committer | Tahsincan Köse | 2021-11-30 20:48:34 +0300 |
commit | 48bf54c46c3061d9344f89d2dab3bd4613ec3a17 (patch) | |
tree | f8c6a5a99062f3cc871e9ca3ca3f36e6645fe854 /makefile | |
parent | b847e69abbbe16b7dc8f75e19925dc27f0a3d0bf (diff) |
Separate CLI uninstall rule.
Diffstat (limited to 'makefile')
-rwxr-xr-x | makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -52,6 +52,9 @@ uninstall: rm -f $(DESTDIR)$(PREFIX)/share/applications/zenmonitor-root.desktop rm -f $(DESTDIR)/usr/share/polkit-1/actions/org.pkexec.zenmonitor.policy +uninstall-cli: + rm -f $(DESTDIR)$(PREFIX)/bin/zenmonitor-cli + all: build build-cli clean: |