Skip to content

Commit

Permalink
Clean other built files
Browse files Browse the repository at this point in the history
  • Loading branch information
megawac committed Jul 25, 2016
1 parent 5fcecce commit 5c523fd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 5c523fd

Please sign in to comment.