-sync: ensure-clean$(if $(GIT_FORCE),, ensure-branch-up-to-date) ensure-build
- $(RSYNC) $(RSYNC_FLAGS) --del --filter=". $(RSYNC_FILTER)" --iconv=$(SOURCE_CHARSET),$(DESTINATION_CHARSET) $(RSYNC_OPTIONS) . $(DESTINATION)
- git push$(if $(GIT_FORCE), --force,)