projects
/
irspy-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6bb143c
)
distclean will remove the test db as well
author
Wolfram Schneider
<wosch@indexdata.dk>
Wed, 14 Apr 2010 12:15:06 +0000
(12:15 +0000)
committer
Wolfram Schneider
<wosch@indexdata.dk>
Wed, 14 Apr 2010 12:15:06 +0000
(12:15 +0000)
zebra/Makefile
patch
|
blob
|
history
diff --git
a/zebra/Makefile
b/zebra/Makefile
index
4463bd5
..
49ebfa3
100644
(file)
--- 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 ]"