X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=Makefile;fp=Makefile;h=3d10512283eb46149ba412ab221df9e64be28bce;hb=8770b6ecd5b308ceecf0aa30f9fb651ee9087ba5;hp=d0719d8cdb82fdf9ef6ace038f5a4fca019a4b45;hpb=bf32b227dfeee7d1c6fef6ac1ed352fdd3f8683a;p=turbot diff --git a/Makefile b/Makefile index d0719d8..3d10512 100644 --- a/Makefile +++ b/Makefile @@ -64,7 +64,7 @@ deploy: make -C .deploy-source turbot.wsgi (cd .deploy-source; rsync -avz \ $(DO_NOT_DEPLOY:%=--exclude=%) \ - --exclude=$(DO_NOT_DELETE) \ + $(patsubst %,--exclude %,$(DO_NOT_DELETE)) \ --delete \ --delete-after \ ./ $(DEPLOY_HOST):$(DEPLOY_DIR) )