From 0b55b75111c04cd72557e8bdbcb75bbbdd0d96a3 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Sun, 28 Feb 2021 01:03:07 -0500 Subject: fix syntax --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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 -- cgit v1.2.3-54-g00ecf