summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2021-02-28 01:03:07 -0500
committerJesse Luehrs <doy@tozt.net>2021-02-28 01:03:07 -0500
commit0b55b75111c04cd72557e8bdbcb75bbbdd0d96a3 (patch)
treed00647e6a638c152c5ab361b5f95ded02c4ef166 /Makefile
parent08192cf336b297156b962b783ce93ce0a5e4aecb (diff)
downloadconf-0b55b75111c04cd72557e8bdbcb75bbbdd0d96a3.tar.gz
conf-0b55b75111c04cd72557e8bdbcb75bbbdd0d96a3.zip
fix syntax
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 406ce66..13748aa 100644
--- a/Makefile
+++ b/Makefile
@@ -2,7 +2,7 @@ INTO := $(HOME)
all : build
-ifneq ($(USER), 'root')
+ifneq ($(USER),root)
include Makefile.$(shell hostname | cut -d. -f1)
endif