X-Git-Url: https://oss.titaniummirror.com/gitweb?a=blobdiff_plain;f=Makefile;h=995ee671c6d7e6672228fad3818aa0066d6c4890;hb=15bf7b1d38b5e4a1b2adf061b000c9171215c328;hp=e21812dd4c8c6d90093fef3107ee062adabc4938;hpb=03a750157ca58c1ccda36dd0091467a2276bb060;p=oss-web.git diff --git a/Makefile b/Makefile index e21812d..995ee67 100644 --- a/Makefile +++ b/Makefile @@ -25,10 +25,10 @@ realclean: clean rm -rf out deploy: - rsync -avz --delete out/ $(deployurl) + rsync -cavz --delete out/ $(deployurl) dry: - rsync --dry-run -avz --delete out/ $(deployurl) + rsync --dry-run -cavz --delete out/ $(deployurl) # Automatically create webber.conf: ifeq ($(wildcard webber.conf),)