diff options
-rw-r--r-- | Makefile | 6 | ||||
-rw-r--r-- | post-receive.tmpl (renamed from post-commit.tmpl) | 0 |
2 files changed, 3 insertions, 3 deletions
@@ -2,11 +2,11 @@ PREFIX?=/var/empty -all: post-commit +all: post-receive @echo Done %: %.tmpl %.json jinja2 --outfile=$@ --format=json $@.tmpl $@.json -install: post-commit - cp post-commit ${PREFIX}/ +install: post-receive + cp post-receive ${PREFIX}/ diff --git a/post-commit.tmpl b/post-receive.tmpl index 1904182..1904182 100644 --- a/post-commit.tmpl +++ b/post-receive.tmpl |