From 8a721f7feffb3b90b1da54c9f46d9232e1f554d2 Mon Sep 17 00:00:00 2001 From: Leo Yuriev Date: Thu, 25 Aug 2016 21:03:39 +0300 Subject: [PATCH] mdbx: fix 'clean' make-target typo. Change-Id: Ief422bd4ce3fa8800ad0f64702e93391cac5aa94 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 9016fba9..630cf7d3 100644 --- a/Makefile +++ b/Makefile @@ -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)