1 2 3 4 5 6 7 8 9 10 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
Generated with cgit - Back to sebastiano.tronto.net