summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorAlexander Early <alexander.early@gmail.com>2016-02-09 15:07:39 -0800
committerAlexander Early <alexander.early@gmail.com>2016-02-09 15:07:39 -0800
commitf4f2742270bc4c7f1325620bddc804379a8c0486 (patch)
tree3097466f6faf75c349d8b048726ab907621e5995 /Makefile
parentf7abefd814910f69414f96cd342722969a663402 (diff)
downloadasync-f4f2742270bc4c7f1325620bddc804379a8c0486.tar.gz
fix es build test
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index f4810e4..541cb34 100644
--- a/Makefile
+++ b/Makefile
@@ -31,6 +31,7 @@ test:
clean:
rm -rf $(BUILDDIR)
rm -rf $(DIST)
+ rm -rf tmp/
lint:
jshint $(LINT_FILES)