summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 923d3a8..f3d4b3f 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 firefox-io-slayer-redux ioslay-firefox) 2BINARIES = $(addprefix src/,firestart firestartx sliceweasel.lib.sh firefox-io-slayer ioslay-firefox)
3 3
4ifeq ($(shell id -u),0) 4ifeq ($(shell id -u),0)
5# Prevent running as root 5# Prevent running as root