about summary refs log tree commit diff stats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile10
1 files changed, 0 insertions, 10 deletions
diff --git a/Makefile b/Makefile deleted file mode 100644 index 712877b..0000000 --- a/Makefile +++ /dev/null
@@ -1,10 +0,0 @@
1# ~/etc/ Makefile
2
3BOOTSTRAPS:=$(wildcard bootstrap/*)
4BOOTSTRAPS_OUT:=$(foreach b,$(BOOTSTRAPS),$(patsubst bootstrap/%,~/.%,$(b)))
5
6.PHONY: bootstrap
7bootstrap: $(BOOTSTRAPS_OUT)
8
9~/.%: bootstrap/%
10 ln -sf etc/$< $@