aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano@tronto.net>2022-05-22 23:38:11 +0200
committerSebastiano Tronto <sebastiano@tronto.net>2022-05-22 23:38:11 +0200
commit8ec19572017a42209439011a7afa2e6d0132de63 (patch)
tree06827c439b150e1049211d13bab90dfe0988608c
parent40ca4e4842d3832715eb8e07189ebdba81047083 (diff)
downloadsebastiano.tronto.net-8ec19572017a42209439011a7afa2e6d0132de63.tar.gz
sebastiano.tronto.net-8ec19572017a42209439011a7afa2e6d0132de63.zip
Fixes for clean
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 73846ee..eaa1e25 100644
--- a/Makefile
+++ b/Makefile
@@ -5,8 +5,8 @@ all: clean
5 ./build.sh 5 ./build.sh
6 6
7clean: 7clean:
8 mkdir -p http 8 rm -r http gemini
9 rm -r http 9 mkdir -p http gemini
10 10
11deploy: syncgemini synchttp 11deploy: syncgemini synchttp
12 12

Generated with cgit - Back to sebastiano.tronto.net