From fee7a2800565a21a39e11cd1beec358111a1a01f Mon Sep 17 00:00:00 2001 From: Sebastiano Tronto Date: Sun, 20 Feb 2022 18:50:47 +0100 Subject: Initial commit --- Makefile | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 Makefile (limited to 'Makefile') diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..95a2512 --- /dev/null +++ b/Makefile @@ -0,0 +1,11 @@ +all: clean + ./build.sh + +clean: + rm -r http/* + +deploy: + rsync -rv --delete --rsync-path=openrsync \ + http/ tronto.net:/var/www/htdocs/sebastiano.tronto.net + +.PHONY: all clean deploy -- cgit v1.3