From 243e280b5fd9527891a58d6578f2e659302908c7 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Mon, 29 Oct 2018 03:13:31 -0400 Subject: just use hostnames for this stuff i don't really want another level of indirection --- Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 036b0dd..bb0569d 100644 --- a/Makefile +++ b/Makefile @@ -1,9 +1,8 @@ INTO := $(HOME) -TYPE := $(file <.conf-type) all : build -include Makefile.$(TYPE) +include Makefile.$(shell hostname) INSTALL := \ $(INSTALL) \ -- cgit v1.2.3-54-g00ecf