zodiac/example/Makefile

9 lines
137 B
Makefile

COMPILED = www
SSH_TARGET = "someone@somewhere:/my/website/"
all:
zod site www
sync: all
rsync -avP -e ssh ${COMPILED} ${SSH_TARGET}