From 227530a10710ea49a119945071844db8d92473ad Mon Sep 17 00:00:00 2001 From: John Bender Date: Wed, 25 Jan 2012 12:31:29 -0800 Subject: [PATCH] remove redundant compile output cleaning --- Makefile | 2 -- 1 file changed, 2 deletions(-) diff --git a/Makefile b/Makefile index 3a948b70..bbfb2e91 100644 --- a/Makefile +++ b/Makefile @@ -153,8 +153,6 @@ zip: init css js latest: init css docs js zip # Time to put these on the CDN @@scp -qr ${OUTPUT}/* jqadmin@code.origin.jquery.com:/var/www/html/code.jquery.com/mobile/latest/ - # Do some cleanup to wrap it up - @@rm -rf ${OUTPUT} # ------------------------------------------------- # Build the nightly backups. This is done on a server cronjob