From 48bf54c46c3061d9344f89d2dab3bd4613ec3a17 Mon Sep 17 00:00:00 2001 From: Tahsincan Köse Date: Tue, 30 Nov 2021 20:42:41 +0300 Subject: Separate CLI uninstall rule. --- makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/makefile b/makefile index 93b7bf5..21cc9e4 100755 --- a/makefile +++ b/makefile @@ -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: -- cgit v1.2.3-70-g09d2