recipes-on-the-radio/makefile

11 lines
176 B
Makefile
Raw Normal View History

2021-10-20 19:59:16 +02:00
DEST := /var/www/ontheradio.recipes
REMOTE := vvvvvvaria.org
RSYNC := rsync -chavzP
SRC := .
SSH := ssh -t
all: publish
publish:
$(RSYNC) $(SRC) $(REMOTE):$(DEST)