aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano@tronto.net>2022-02-20 18:50:47 +0100
committerSebastiano Tronto <sebastiano@tronto.net>2022-02-20 18:50:47 +0100
commitfee7a2800565a21a39e11cd1beec358111a1a01f (patch)
tree822b56e54697f46c32f732b67b50005161c23cdf /Makefile
downloadsebastiano.tronto.net-fee7a2800565a21a39e11cd1beec358111a1a01f.tar.gz
sebastiano.tronto.net-fee7a2800565a21a39e11cd1beec358111a1a01f.zip
Initial commit
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