summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorAndrew Cady <d@jerkface.net>2022-11-21 16:09:02 -0500
committerAndrew Cady <d@jerkface.net>2022-11-21 16:09:02 -0500
commit2418a213c1cc099e9b2b00fe73ece6d7f606d3e7 (patch)
tree5963a26b80cb97aa1066ad8f83d4dd48fded2086 /Makefile
parentb61532af6a86d81d1633a4de144fccbb64f9e604 (diff)
add command firestartx; and cleanup Makefile
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 7cb92ae..443b88a 100644
--- a/Makefile
+++ b/Makefile
@@ -1,12 +1,14 @@
1BINDIR = /usr/local/bin 1BINDIR = /usr/local/bin
2BINARIES = sliceweasel sliceweasel.lib.sh sliceuser fireslay ioslay-firefox cgroup-show-each-new-process ioslay-mgr.sh firestart 2BINARIES = sliceweasel.lib.sh ioslay-mgr.sh firestart firestartx ioslay-firefox
3SUDO != [ "$$(id -u)" = 0 ] || echo sudo 3SUDO != [ "$$(id -u)" = 0 ] || echo sudo
4 4
5.PHONY: install install-bin 5.PHONY: install install-bin
6 6
7install: install-bin 7install: install-bin
8 sh your-fired.sh install 8 # sh your-fired.sh install
9 make run-ioslay 9
10uninstall:
11 systemctl --user disable firefixer
10 12
11run-ioslay: 13run-ioslay:
12 if systemctl --user is-active ioslay; \ 14 if systemctl --user is-active ioslay; \