aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano@tronto.net>2022-11-20 23:46:57 +0100
committerSebastiano Tronto <sebastiano@tronto.net>2022-11-20 23:46:57 +0100
commit03a68c82408cda204df37a05909fb841a5e9137f (patch)
tree679f7382482ae69dd6a38464adc2cc3454239944 /Makefile
parent52b0be81663df26b56002533ec93f8008db04d1a (diff)
downloadgit-hooks-03a68c82408cda204df37a05909fb841a5e9137f.tar.gz
git-hooks-03a68c82408cda204df37a05909fb841a5e9137f.zip
Some updates
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile10
1 files changed, 8 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 68fff76..a226e5e 100644
--- a/Makefile
+++ b/Makefile
@@ -1,9 +1,15 @@
1push: 1push:
2 ssh git@tronto.net mkdir -p BIN FILES 2 ssh git@tronto.net mkdir -p BIN FILES
3 scp post-receive-stagit update-all git@tronto.net:BIN/ 3 scp post-receive-stagit git@tronto.net:BIN/
4 scp bottom.html favicon.png logo.png style.css git@tronto.net:FILES/ 4 scp bottom.html favicon.png logo.png style.css git@tronto.net:FILES/
5 5
6index: push
7 ssh git@tronto.net /home/git/BIN/post-receive-stagit index
8
9updateall: push
10 ssh git@tronto.net /home/git/BIN/post-receive-stagit all
11
6clean: 12clean:
7 ssh git@tronto.net rm -r FILES/* BIN/* 13 ssh git@tronto.net rm -r FILES/* BIN/*
8 14
9.PHONY: clean push 15.PHONY: clean index push updateall

Generated with cgit - Back to sebastiano.tronto.net