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