Skip to content

Commit c473091

Browse files
erthinkhfuru
authored andcommitted
ITS#7841 trivial cleanup
TRIVIA - lmdb: clean testdb-dir while "make test".
1 parent 98ed192 commit c473091

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libraries/liblmdb/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ clean:
4444
rm -rf $(PROGS) *.[ao] *.so *~ testdb
4545

4646
test: all
47-
mkdir testdb
47+
rm -rf testdb && mkdir testdb
4848
./mtest && ./mdb_stat testdb
4949

5050
liblmdb.a: mdb.o midl.o

0 commit comments

Comments
 (0)