From 2b89b2022d2b42a9aa66151bd232a098ae71056a Mon Sep 17 00:00:00 2001 From: Sebastian McKenzie Date: Fri, 10 Oct 2014 00:51:38 +1100 Subject: [PATCH] remove unneccesary rm -rf test/tmp from Makefile --- Makefile | 3 --- 1 file changed, 3 deletions(-) diff --git a/Makefile b/Makefile index 0d439b943c..c4cd8e9394 100644 --- a/Makefile +++ b/Makefile @@ -9,9 +9,7 @@ clean: rm -rf coverage templates.json test/tmp dist test: - rm -rf test/tmp $(MOCHA_CMD) - rm -rf test/tmp bench: node node_modules/matcha/bin/_matcha @@ -19,7 +17,6 @@ bench: test-cov: rm -rf coverage node $(ISTANBUL_CMD) $(MOCHA_CMD) -- - rm -rf test/tmp test-travis: node $(ISTANBUL_CMD) $(MOCHA_CMD) --report lcovonly -- --reporter spec