diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2022-02-20 18:50:47 +0100 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2022-02-20 18:50:47 +0100 |
| commit | fee7a2800565a21a39e11cd1beec358111a1a01f (patch) | |
| tree | 822b56e54697f46c32f732b67b50005161c23cdf /Makefile | |
| download | sebastiano.tronto.net-fee7a2800565a21a39e11cd1beec358111a1a01f.tar.gz sebastiano.tronto.net-fee7a2800565a21a39e11cd1beec358111a1a01f.zip | |
Initial commit
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 11 |
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 @@ | |||
| 1 | all: clean | ||
| 2 | ./build.sh | ||
| 3 | |||
| 4 | clean: | ||
| 5 | rm -r http/* | ||
| 6 | |||
| 7 | deploy: | ||
| 8 | rsync -rv --delete --rsync-path=openrsync \ | ||
| 9 | http/ tronto.net:/var/www/htdocs/sebastiano.tronto.net | ||
| 10 | |||
| 11 | .PHONY: all clean deploy | ||
