summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorAndrew Cady <d@cryptonomic.net>2022-11-29 12:31:17 -0500
committerAndrew Cady <d@cryptonomic.net>2022-11-29 12:31:17 -0500
commit07d4f9c7df8d226ce77b9cf8e81432530f8a1cb4 (patch)
tree5d53b283632b201eeceef7904b0bdab2aad8fbec /Makefile
parent60c4d3c09fd1a03661306104b37ac73e88489080 (diff)
rename ioslay-mgr.sh; test write ops
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index d259fd1..bcc1005 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
1BINDIR = /usr/local/bin 1BINDIR = /usr/local/bin
2BINARIES = firestart firestartx $(addprefix src/,sliceweasel.lib.sh ioslay-mgr.sh ioslay-firefox) 2BINARIES = firestart firestartx $(addprefix src/,sliceweasel.lib.sh firefox-io-slayer 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