ITS#7841 trivial cleanup

TRIVIA - lmdb: clean testdb-dir while "make test".
This commit is contained in:
Leo Yuriev 2014-09-05 00:19:16 +04:00 committed by Hallvard Furuseth
parent 98ed192949
commit c473091f8f

View File

@ -44,7 +44,7 @@ clean:
rm -rf $(PROGS) *.[ao] *.so *~ testdb rm -rf $(PROGS) *.[ao] *.so *~ testdb
test: all test: all
mkdir testdb rm -rf testdb && mkdir testdb
./mtest && ./mdb_stat testdb ./mtest && ./mdb_stat testdb
liblmdb.a: mdb.o midl.o liblmdb.a: mdb.o midl.o