mdbx: fix 'clean' make-target typo.

Change-Id: Ief422bd4ce3fa8800ad0f64702e93391cac5aa94
This commit is contained in:
Leo Yuriev 2016-08-25 21:03:39 +03:00
parent b99cb20483
commit 8a721f7fef

View File

@ -67,7 +67,7 @@ install: $(LIBRARIES) $(TOOLS) $(HEADERS)
&& cp -t $(SANDBOX)$(mandir)/man1 $(MANPAGES)
clean:
rm -rf $(TOOLS )$(TESTS) @* *.[ao] *.[ls]o *~ testdb/* *.gcov
rm -rf $(TOOLS) $(TESTS) @* *.[ao] *.[ls]o *~ testdb/* *.gcov
tests: $(TESTS)