diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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}/ |