From 05fcfcda609b8f7d2a21673a4fe1dcf7fdd0b8f1 Mon Sep 17 00:00:00 2001 From: gabime Date: Sun, 23 Nov 2014 01:05:07 +0200 Subject: [PATCH] clean fix --- bench/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bench/Makefile b/bench/Makefile index 1a510c8e..3b9e7e73 100644 --- a/bench/Makefile +++ b/bench/Makefile @@ -29,7 +29,7 @@ glog-bench-mt: glog-bench-mt.cpp clean: - rm -f *.o logs/*.txt spdlog-bench spdlog-bench-mt boost-bench boost-bench-mt glog-bench + rm -f *.o logs/* spdlog-bench spdlog-bench-mt boost-bench boost-bench-mt glog-bench rebuild: clean all