From fae43377a9f254114e77cfc5bffe255230ca5c52 Mon Sep 17 00:00:00 2001 From: tv Date: Thu, 1 Dec 2011 22:28:31 +0100 Subject: //assets/Makefile: initial commit --- assets/Makefile | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 assets/Makefile (limited to 'assets') diff --git a/assets/Makefile b/assets/Makefile new file mode 100644 index 00000000..a8025784 --- /dev/null +++ b/assets/Makefile @@ -0,0 +1,9 @@ + +hooks := pre-commit + +.PHONY: all + +all: $(addprefix ../db/.git/hooks/,$(hooks)) + +../db/.git/hooks/%: hooks/% + cp $< $@ -- cgit v1.2.3