diff options
Diffstat (limited to '')
| -rw-r--r-- | Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
| @@ -1,4 +1,5 @@ | |||
| 1 | all: updateall index | 1 | all: push |
| 2 | ssh git@tronto.net /home/git/BIN/post-receive-stagit all | ||
| 2 | 3 | ||
| 3 | push: | 4 | push: |
| 4 | ssh git@tronto.net mkdir -p BIN FILES | 5 | ssh git@tronto.net mkdir -p BIN FILES |
| @@ -8,9 +9,6 @@ push: | |||
| 8 | index: push | 9 | index: 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 | ||
| 11 | updateall: push | ||
| 12 | ssh git@tronto.net /home/git/BIN/post-receive-stagit all | ||
| 13 | |||
| 14 | clean: | 12 | clean: |
| 15 | ssh git@tronto.net rm -r FILES/* BIN/* | 13 | ssh git@tronto.net rm -r FILES/* BIN/* |
| 16 | 14 | ||
