VERSION = 1.0.0
HEAD = jmckalex@jmckalex.org:/home3/jmckalex/public_html/software/dynamo-js
# Files/directories to keep off the webserver. Add bare names or rsync
# patterns here (one per entry); addprefix wraps each in --exclude= below,
# so there is no dependency on an external exclude-from file.
EXCLUDES = .git/ .gitignore
EXCLUDE  = $(addprefix --exclude=,$(EXCLUDES))

.PHONY: sync
sync:
	rsync -apvz $(EXCLUDE) $(ARGS) . $(HEAD)/




