From 03d676f924adb59156a132d1098dce52a76154ee Mon Sep 17 00:00:00 2001 From: Andrew Cady Date: Sat, 25 Dec 2021 16:15:04 -0500 Subject: factor out functions into lib file; fixes --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 77a6412..85cca10 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ BINDIR = /usr/local/bin -BINARIES = sliceweasel fireslay ioslay-firefox cgroup-show-each-new-process ioslay-mgr.sh +BINARIES = sliceweasel sliceweasel.lib.sh sliceuser fireslay ioslay-firefox cgroup-show-each-new-process ioslay-mgr.sh SUDO != [ "$$(id -u)" = 0 ] || echo sudo .PHONY: install install-bin -- cgit v1.2.3