diff options
author | Brandon Aaron <brandon.aaron@gmail.com> | 2007-12-14 18:59:47 +0000 |
---|---|---|
committer | Brandon Aaron <brandon.aaron@gmail.com> | 2007-12-14 18:59:47 +0000 |
commit | 01e8f33e44b8ee4aa61b48d60cfcae34ac12fcf1 (patch) | |
tree | bab63ab575b79dc97941f28659835767d591402b /Makefile | |
parent | 06c2f06a2183ef17a8119ef25a383a02572c0b55 (diff) | |
download | jquery-01e8f33e44b8ee4aa61b48d60cfcae34ac12fcf1.tar.gz jquery-01e8f33e44b8ee4aa61b48d60cfcae34ac12fcf1.zip |
Don't remove test directory on clean
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -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} |