aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorBrandon Aaron <brandon.aaron@gmail.com>2007-12-14 18:59:47 +0000
committerBrandon Aaron <brandon.aaron@gmail.com>2007-12-14 18:59:47 +0000
commit01e8f33e44b8ee4aa61b48d60cfcae34ac12fcf1 (patch)
treebab63ab575b79dc97941f28659835767d591402b /Makefile
parent06c2f06a2183ef17a8119ef25a383a02572c0b55 (diff)
downloadjquery-01e8f33e44b8ee4aa61b48d60cfcae34ac12fcf1.tar.gz
jquery-01e8f33e44b8ee4aa61b48d60cfcae34ac12fcf1.zip
Don't remove test directory on clean
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 64dd418be..d3d9d3c27 100644
--- a/Makefile
+++ b/Makefile
@@ -160,9 +160,6 @@ clean:
@@echo "Removing Distribution directory:" ${DIST_DIR}
@@rm -rf ${DIST_DIR}
- @@echo "Removing Test Suite directory:" ${TEST_DIR}
- @@rm -rf ${TEST_DIR}
-
@@echo "Removing Documentation directory:" ${DOCS_DIR}
@@rm -rf ${DOCS_DIR}