Skip to content

Commit

Permalink
[skip-ci] Improve Makefile clean
Browse files Browse the repository at this point in the history
  • Loading branch information
bojand committed Jul 30, 2019
1 parent 48899a2 commit aac7e60
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ all: lint cover
.PHONY: clean
clean:
rm -rf $(TMP_BASE)
rm -rf dist

# Lint runs all linters. This is the main lint target to run.
.PHONY: lint
Expand Down

0 comments on commit aac7e60

Please sign in to comment.