diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2022-11-21 19:45:42 +0100 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2022-11-21 19:45:42 +0100 |
| commit | 9f045b99076fa30cb5a2eee08e3d9faf4d075af3 (patch) | |
| tree | d79b02249f037af265ceb7c4274539f6fabbedb4 /Makefile | |
| parent | 8891c2c7a216c4cfadc0ed74cea4e4b2edc82da3 (diff) | |
| download | git-hooks-9f045b99076fa30cb5a2eee08e3d9faf4d075af3.tar.gz git-hooks-9f045b99076fa30cb5a2eee08e3d9faf4d075af3.zip | |
Fix cd and small makefile change
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
| @@ -1,3 +1,5 @@ | |||
| 1 | all: updateall index | ||
| 2 | |||
| 1 | push: | 3 | push: |
| 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 | |||
| 12 | clean: | 14 | clean: |
| 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 |
