summaryrefslogtreecommitdiffstats
path: root/assets/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'assets/Makefile')
-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 $< $@