From 8ebbc021a7e5b08bfd3a45faafc7b7a6070741e5 Mon Sep 17 00:00:00 2001 From: Danny Grove Date: Thu, 29 Oct 2020 01:00:17 -0700 Subject: [PATCH] Clean up proper folders with 'make clean' --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index e47f6be..d5eea7e 100644 --- a/Makefile +++ b/Makefile @@ -78,4 +78,4 @@ pkg: build .PHONY: clean clean: - @rm -r build dist $(PIP_ENV) mtls-$(UNAME) + @rm -r build dist mtls.egg-info .eggs $(PIP_ENV)