diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2022-02-20 18:58:46 +0100 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2022-02-20 18:58:46 +0100 |
| commit | f352485329b88c7c2c5c9a94634de8c143e1605c (patch) | |
| tree | cd994afde07641ffdd3d7b5ba46987b6140b251c | |
| parent | fee7a2800565a21a39e11cd1beec358111a1a01f (diff) | |
| download | sebastiano.tronto.net-f352485329b88c7c2c5c9a94634de8c143e1605c.tar.gz sebastiano.tronto.net-f352485329b88c7c2c5c9a94634de8c143e1605c.zip | |
Small fix
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -2,7 +2,7 @@ all: clean | |||
| 2 | ./build.sh | 2 | ./build.sh |
| 3 | 3 | ||
| 4 | clean: | 4 | clean: |
| 5 | rm -r http/* | 5 | rm -r http |
| 6 | 6 | ||
| 7 | deploy: | 7 | deploy: |
| 8 | rsync -rv --delete --rsync-path=openrsync \ | 8 | rsync -rv --delete --rsync-path=openrsync \ |
