summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorAndrew Cady <d@cryptonomic.net>2021-10-31 11:58:04 -0400
committerAndrew Cady <d@cryptonomic.net>2021-10-31 11:58:04 -0400
commit6aae90784e59d104098b9b52fc9c4785e0826f71 (patch)
treea2fe18859af8cd632a15302689c76fd37cce49a1 /Makefile
parenteed3c0fb3497fc65d4fd46204f8d2bc1049b1d96 (diff)
make ioslay work as service with ioslay-mgr
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 498afa8..77a6412 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
1BINDIR = /usr/local/bin 1BINDIR = /usr/local/bin
2BINARIES = sliceweasel fireslay ioslay-firefox 2BINARIES = sliceweasel fireslay ioslay-firefox cgroup-show-each-new-process ioslay-mgr.sh
3SUDO != [ "$$(id -u)" = 0 ] || echo sudo 3SUDO != [ "$$(id -u)" = 0 ] || echo sudo
4 4
5.PHONY: install install-bin 5.PHONY: install install-bin