Skip to content

Commit

Permalink
Fix build clean command
Browse files Browse the repository at this point in the history
  • Loading branch information
noahziheng committed Jun 17, 2018
1 parent 28c496e commit 9d42125
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 @@ -9,7 +9,7 @@ test:
$(SETUP) test

clean:
rm -fr build/ dist/ src/*.egg-info/
rm -fr build/ dist/ *.egg-info/
find . | grep __pycache__ | xargs rm -fr
find . | grep .pyc | xargs rm -f

Expand Down

0 comments on commit 9d42125

Please sign in to comment.