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)