From 01067990cce27b7af94506f583de025d28e31c1b Mon Sep 17 00:00:00 2001
From: Case Duckworth
Date: Sun, 5 Sep 2021 12:06:19 -0500
Subject: Change bootstrapping method

Now uses a script, ./bootstrap.sh, and a file, ./bootstrap.manifest.
---
 Makefile | 10 ----------
 1 file changed, 10 deletions(-)
 delete mode 100644 Makefile

(limited to 'Makefile')

diff --git a/Makefile b/Makefile
deleted file mode 100644
index 712877b..0000000
--- a/Makefile
+++ /dev/null
@@ -1,10 +0,0 @@
-# ~/etc/ Makefile
-
-BOOTSTRAPS:=$(wildcard bootstrap/*)
-BOOTSTRAPS_OUT:=$(foreach b,$(BOOTSTRAPS),$(patsubst bootstrap/%,~/.%,$(b)))
-
-.PHONY: bootstrap
-bootstrap: $(BOOTSTRAPS_OUT)
-
-~/.%: bootstrap/%
-	ln -sf etc/$< $@
-- 
cgit 1.4.1-21-gabe81