From 77e1a3faa6867a04e3ab9124b263165095754e0f Mon Sep 17 00:00:00 2001 From: Andrew Cady Date: Mon, 21 Nov 2022 16:12:18 -0500 Subject: Makefile cleaner & correcter --- Makefile | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 443b88a..e417538 100644 --- a/Makefile +++ b/Makefile @@ -7,14 +7,9 @@ SUDO != [ "$$(id -u)" = 0 ] || echo sudo install: install-bin # sh your-fired.sh install -uninstall: +uninstall-units: systemctl --user disable firefixer - -run-ioslay: - if systemctl --user is-active ioslay; \ - then systemctl --user restart ioslay; \ - else systemd-run --user -u ioslay ioslay-mgr.sh; \ - fi + systemctl --user disable ioslay install-bin: $(SUDO) install $(BINARIES) -t $(BINDIR) -- cgit v1.2.3