aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile11
1 files changed, 11 insertions, 0 deletions
diff --git a/Makefile b/Makefile
new file mode 100644
index 0000000..95a2512
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,11 @@
1all: clean
2 ./build.sh
3
4clean:
5 rm -r http/*
6
7deploy:
8 rsync -rv --delete --rsync-path=openrsync \
9 http/ tronto.net:/var/www/htdocs/sebastiano.tronto.net
10
11.PHONY: all clean deploy

Generated with cgit - Back to sebastiano.tronto.net