From e292eb508413b9174684a8e75c93474a7f5351ee Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Mon, 23 Aug 2021 23:07:31 -0500 Subject: Initial --- Makefile | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 Makefile (limited to 'Makefile') diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..712877b --- /dev/null +++ b/Makefile @@ -0,0 +1,10 @@ +# ~/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