summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGraeme Yeates <yeatesgraeme@gmail.com>2016-07-24 18:19:08 -0400
committerGraeme Yeates <yeatesgraeme@gmail.com>2016-07-25 10:01:01 -0400
commit5c523fd05fc390eaae72145950814bd686ccba71 (patch)
tree115fb3321e5d4a58ce6f7792114737000f7eff01
parent5fceccef5c03b51039edd0cbc681ea49d9c496d3 (diff)
downloadasync-5c523fd05fc390eaae72145950814bd686ccba71.tar.gz
Clean other built files
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c222803..deeb78b 100644
--- a/Makefile
+++ b/Makefile
@@ -34,7 +34,8 @@ clean:
rm -rf $(BUILDDIR)
rm -rf $(BUILD_ES)
rm -rf $(DIST)
- rm -rf tmp/
+ rm -rf tmp/ docs/ .nyc_output/ coverage/
+ rm -rf perf/versions/
lint:
eslint $(LINT_FILES)