sebastiano.tronto.net

Source files and build scripts for my personal website
git clone https://git.tronto.net/sebastiano.tronto.net
Download | Log | Files | Refs | README

commit 8ec19572017a42209439011a7afa2e6d0132de63
parent 40ca4e4842d3832715eb8e07189ebdba81047083
Author: Sebastiano Tronto <sebastiano@tronto.net>
Date:   Sun, 22 May 2022 23:38:11 +0200

Fixes for clean

Diffstat:
MMakefile | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Makefile b/Makefile @@ -5,8 +5,8 @@ all: clean ./build.sh clean: - mkdir -p http - rm -r http + rm -r http gemini + mkdir -p http gemini deploy: syncgemini synchttp