diff options
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 | ||
