summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorAndrew Cady <d@cryptonomic.net>2021-10-19 08:50:58 -0400
committerAndrew Cady <d@cryptonomic.net>2021-10-19 08:51:53 -0400
commit3b3d7d7f9a1d607241ba5b8e1cb7f36fbf710575 (patch)
tree0b29aa0945b35227bca0902209eb9bdc57eb5cf0 /Makefile
parent47c72d59b2fe1234df8fad442f2ad26c2f84fab9 (diff)
new command ioslay-firefox
it fucking works it actually fucking works keep this command running and firefox won't make the system unresponsive -- AND it won't make itself unresponsive for more than a few seconds.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 3d6a476..498afa8 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
1BINDIR = /usr/local/bin 1BINDIR = /usr/local/bin
2BINARIES = sliceweasel fireslay 2BINARIES = sliceweasel fireslay 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