summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 031b4af..2da9941 100644
--- a/Makefile
+++ b/Makefile
@@ -5,5 +5,7 @@ PREFIX?=/var/empty
all:
@echo Done
-install: pre-receive
+install: pre-receive post-receive update
cp pre-receive ${PREFIX}/
+ cp post-receive ${PREFIX}/
+ cp update ${PREFIX}/