From 7ce5f4a6ac2b983974004fb75c8fb72d0c0308e6 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Sun, 30 Mar 2014 23:33:45 +0200 Subject: Delete files on the other side --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 7c35ec7..8525321 100644 --- a/Makefile +++ b/Makefile @@ -11,4 +11,4 @@ export: clean $(MAKE) -C articles export publish: export - rsync -avuz --exclude=*~ _publish/ ryuslash.org:public_html/orgweb + rsync -avuz --exclude=*~ --delete _publish/ ryuslash.org:public_html/orgweb -- cgit v1.2.3-54-g00ecf