aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index 1855016..0472ee4 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,5 @@
1all: updateall index 1all: push
2 ssh git@tronto.net /home/git/BIN/post-receive-stagit all
2 3
3push: 4push:
4 ssh git@tronto.net mkdir -p BIN FILES 5 ssh git@tronto.net mkdir -p BIN FILES
@@ -8,9 +9,6 @@ push:
8index: push 9index: push
9 ssh git@tronto.net /home/git/BIN/post-receive-stagit index 10 ssh git@tronto.net /home/git/BIN/post-receive-stagit index
10 11
11updateall: push
12 ssh git@tronto.net /home/git/BIN/post-receive-stagit all
13
14clean: 12clean:
15 ssh git@tronto.net rm -r FILES/* BIN/* 13 ssh git@tronto.net rm -r FILES/* BIN/*
16 14

Generated with cgit - Back to sebastiano.tronto.net