aboutsummaryrefslogtreecommitdiff
path: root/share/templater/templater/files/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'share/templater/templater/files/Makefile')
-rw-r--r--share/templater/templater/files/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/share/templater/templater/files/Makefile b/share/templater/templater/files/Makefile
index a53fcbb..02c7af6 100644
--- a/share/templater/templater/files/Makefile
+++ b/share/templater/templater/files/Makefile
@@ -13,6 +13,9 @@ serve:
#python3 -m http.server
#php -S localhost:8000
+post_receive:
+ test -s bin/post-receive && cd .git/hooks && ln -sf ../../bin/post-receive
+
# Process any other Makefile whose filename matches Makefile.*
# See https://www.gnu.org/software/make/manual/html_node/Include.html
-include Makefile.*