summaryrefslogtreecommitdiffstats
path: root/assets
diff options
context:
space:
mode:
authortv <tv@iiso>2011-12-01 22:28:31 +0100
committertv <tv@iiso>2011-12-01 22:28:31 +0100
commitfae43377a9f254114e77cfc5bffe255230ca5c52 (patch)
treeaa48fabc8215a313f1bf7d6f440fc9df2be477db /assets
parent21119c26a137880690335f2d4e758713b58244d0 (diff)
//assets/Makefile: initial commit
Diffstat (limited to 'assets')
-rw-r--r--assets/Makefile9
1 files changed, 9 insertions, 0 deletions
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 $< $@