From: Wolfram Schneider Date: Wed, 14 Apr 2010 12:15:06 +0000 (+0000) Subject: distclean will remove the test db as well X-Git-Tag: CPAN-v1.02~54^2~89 X-Git-Url: http://git.indexdata.com/?p=irspy-moved-to-github.git;a=commitdiff_plain;h=9a101bef1c55703b1237036045c982af97251bec distclean will remove the test db as well --- diff --git a/zebra/Makefile b/zebra/Makefile index 4463bd5..49ebfa3 100644 --- a/zebra/Makefile +++ b/zebra/Makefile @@ -48,7 +48,7 @@ clean: rm -f terse.properties distclean: clean - rm -rf ${IRSPY_ARCHIVE} ${ZEBRA_DIR} ${ZEBRA_DIR} + rm -rf ${IRSPY_ARCHIVE} ${ZEBRA_DIR} ${ZEBRA_DIR} ${ZEBRA_TEST_DIR} help: @echo "make [ dump | test | newdb | newdb-test | clean | distclean ]"