Skip to content

Commit

Permalink
Clean up proper folders with 'make clean'
Browse files Browse the repository at this point in the history
  • Loading branch information
drGrove committed Oct 29, 2020
1 parent d4861ec commit 8ebbc02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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)

0 comments on commit 8ebbc02

Please sign in to comment.