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

Generated with cgit - Back to sebastiano.tronto.net