Skip to content

Commit

Permalink
Fix make clean
Browse files Browse the repository at this point in the history
  • Loading branch information
Mauko Quiroga committed Oct 1, 2021
1 parent db0155a commit 4b72b5e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tasks/dev.mk
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ uninstall:
## Delete builds and compiled python files.
clean: \
$(shell ls -d * | grep "build\|dist") \
$(shell find . -name "*.egg-info")
$(shell find . -name "*.pyc")
@$(call print_help,$@:)
@rm -rf $?

0 comments on commit 4b72b5e

Please sign in to comment.