summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Cady <d@jerkface.net>2022-11-21 16:12:18 -0500
committerAndrew Cady <d@jerkface.net>2022-11-21 16:12:37 -0500
commit77e1a3faa6867a04e3ab9124b263165095754e0f (patch)
tree8b4eb77aa4961229d66ad7ffadb10ac52605c294
parent29c159a2e969264cc9a2bbc2436ff7fefb4c0983 (diff)
Makefile cleaner & correcter
-rw-r--r--Makefile9
1 files changed, 2 insertions, 7 deletions
diff --git a/Makefile b/Makefile
index 443b88a..e417538 100644
--- a/Makefile
+++ b/Makefile
@@ -7,14 +7,9 @@ SUDO != [ "$$(id -u)" = 0 ] || echo sudo
7install: install-bin 7install: install-bin
8 # sh your-fired.sh install 8 # sh your-fired.sh install
9 9
10uninstall: 10uninstall-units:
11 systemctl --user disable firefixer 11 systemctl --user disable firefixer
12 12 systemctl --user disable ioslay
13run-ioslay:
14 if systemctl --user is-active ioslay; \
15 then systemctl --user restart ioslay; \
16 else systemd-run --user -u ioslay ioslay-mgr.sh; \
17 fi
18 13
19install-bin: 14install-bin:
20 $(SUDO) install $(BINARIES) -t $(BINDIR) 15 $(SUDO) install $(BINARIES) -t $(BINDIR)