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~144 X-Git-Url: http://git.indexdata.com/?p=irspy-moved-to-github.git;a=commitdiff_plain;h=65490236a62a879c3cad8f949a96ca956e5ca6f3 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 ]"