From d3b9d358e474dc1edb7fa7c04e3a097bca01bb38 Mon Sep 17 00:00:00 2001 From: Sebastiano Tronto Date: Sun, 20 Feb 2022 19:02:55 +0100 Subject: Small fix + added gitignore --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 9396cf6..b14b77f 100644 --- a/Makefile +++ b/Makefile @@ -2,9 +2,10 @@ all: clean ./build.sh clean: + mkdir -p http rm -r http -deploy: +deploy: all rsync -rv --delete --rsync-path=openrsync \ http/ tronto.net:/var/www/htdocs/sebastiano.tronto.net -- cgit v1.3