ITS#7841 trivial cleanup

TRIVIA - lmdb: clean testdb-dir while "make test".
vl32b
Leo Yuriev 10 years ago committed by Howard Chu
parent 56c2c160be
commit 461d9c8f34
  1. 2
      libraries/liblmdb/Makefile

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

Loading…
Cancel
Save