From 08aa5e406a1f7b39182e79ea4eb7fabf7d61eaa3 Mon Sep 17 00:00:00 2001 From: makefu Date: Mon, 30 Dec 2013 14:34:38 +0100 Subject: //Cancer -> // because that is what painload is all about --- assets/Makefile | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 assets/Makefile (limited to 'assets/Makefile') diff --git a/assets/Makefile b/assets/Makefile new file mode 100644 index 00000000..07efde82 --- /dev/null +++ b/assets/Makefile @@ -0,0 +1,11 @@ + +hooks := pre-commit +binaries := $(shell ls bin/) +.PHONY: all + +all: $(addprefix ../db/.git/hooks/,$(hooks)) $(addprefix ../bin/,$(binaries)) + +../bin/%: bin/% + cp $< $@ +../db/.git/hooks/%: hooks/% + cp $< $@ -- cgit v1.2.3