From aac7e60428cd24d47dd424c839fc02f45cea979b Mon Sep 17 00:00:00 2001 From: Bojan Date: Mon, 29 Jul 2019 22:17:42 -0300 Subject: [PATCH] [skip-ci] Improve Makefile clean --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 95b5cd12..14e1532f 100644 --- a/Makefile +++ b/Makefile @@ -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