aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano@tronto.net>2022-02-20 18:58:46 +0100
committerSebastiano Tronto <sebastiano@tronto.net>2022-02-20 18:58:46 +0100
commitf352485329b88c7c2c5c9a94634de8c143e1605c (patch)
treecd994afde07641ffdd3d7b5ba46987b6140b251c
parentfee7a2800565a21a39e11cd1beec358111a1a01f (diff)
downloadsebastiano.tronto.net-f352485329b88c7c2c5c9a94634de8c143e1605c.tar.gz
sebastiano.tronto.net-f352485329b88c7c2c5c9a94634de8c143e1605c.zip
Small fix
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 95a2512..9396cf6 100644
--- a/Makefile
+++ b/Makefile
@@ -2,7 +2,7 @@ all: clean
2 ./build.sh 2 ./build.sh
3 3
4clean: 4clean:
5 rm -r http/* 5 rm -r http
6 6
7deploy: 7deploy:
8 rsync -rv --delete --rsync-path=openrsync \ 8 rsync -rv --delete --rsync-path=openrsync \

Generated with cgit - Back to sebastiano.tronto.net