diff --git a/Makefile b/Makefile index d993c19..e5d4c6c 100644 --- a/Makefile +++ b/Makefile @@ -23,7 +23,7 @@ build: $(patsubst %,$(BUILDDIR)/%,$(ALL)) upload: build @rsync --recursive --partial --progress --copy-links \ - --compress --human-readable --hard-links --size-only \ + --compress --human-readable --hard-links \ --delete --delete-after \ --rsh='ssh -l $(REMOTE_USER)' \ $(BUILDDIR)/ $(HOST):$(REMOTE_DIR)/