From 7579e0b0b3e1a8a9a7238d1b0708e671fb54c92d Mon Sep 17 00:00:00 2001 From: Kiran RG Date: Wed, 26 Apr 2017 13:13:36 -0700 Subject: [PATCH] fix make clean rule (#175) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 61347627..112ab011 100644 --- a/Makefile +++ b/Makefile @@ -123,7 +123,7 @@ cover_ci: cover_profile goveralls -coverprofile=$(BUILD)/cover.out -service=travis-ci || echo -e "\x1b[31mCoveralls failed\x1b[m" clean: - rm -f cherami-server cherami-replicator-server cherami-cli cherami-admin cherami-replicator-tool cherami-cassandra-tool + rm -f cherami-server cherami-replicator-server cherami-cli cherami-admin cherami-replicator-tool cherami-cassandra-tool cherami-store-tool cdb rm -Rf vendor/* rm -Rf $(BUILD)