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 f352485329b88c7c2c5c9a94634de8c143e1605c
parent fee7a2800565a21a39e11cd1beec358111a1a01f
Author: Sebastiano Tronto <sebastiano@tronto.net>
Date:   Sun, 20 Feb 2022 18:58:46 +0100

Small fix

Diffstat:
MMakefile | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile @@ -2,7 +2,7 @@ all: clean ./build.sh clean: - rm -r http/* + rm -r http deploy: rsync -rv --delete --rsync-path=openrsync \