Skip to content

Commit

Permalink
Merge e4b263d into fd8d873
Browse files Browse the repository at this point in the history
  • Loading branch information
henrik-garbergs committed Apr 30, 2020
2 parents fd8d873 + e4b263d commit fee563d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -212,7 +212,7 @@ clean-all: clean

.PHONY: .clean-install
.clean-install:
find $(PACKAGES) -name '__pycache__' -delete
find $(PACKAGES) -name '__pycache__' | xargs rm -rf
rm -rf *.egg-info

.PHONY: .clean-test
Expand Down

0 comments on commit fee563d

Please sign in to comment.