From 375c8da8d9ec99c2e62ebf4492b936f01e83393c Mon Sep 17 00:00:00 2001 From: Claudius 'keldu' Holeksa Date: Thu, 1 Aug 2024 13:57:53 +0200 Subject: changed to post-receive --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 1c1dff4..f0cd797 100644 --- a/Makefile +++ b/Makefile @@ -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}/ -- cgit v1.2.3