From ca995a65912a246e34ef362d77bd6900e221cd8f Mon Sep 17 00:00:00 2001 From: Claudius 'keldu' Holeksa Date: Fri, 2 Aug 2024 13:11:35 +0200 Subject: wip --- Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'Makefile') 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}/ -- cgit v1.2.3