From 01e8f33e44b8ee4aa61b48d60cfcae34ac12fcf1 Mon Sep 17 00:00:00 2001 From: Brandon Aaron Date: Fri, 14 Dec 2007 18:59:47 +0000 Subject: [PATCH] Don't remove test directory on clean --- Makefile | 3 --- 1 file changed, 3 deletions(-) diff --git a/Makefile b/Makefile index 64dd418..d3d9d3c 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} -- 1.7.10.4