Skip to content

Commit

Permalink
Add removal of pyc file to Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
konrad committed Dec 31, 2017
1 parent 38a5990 commit 9d08305
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ package:
rm -rf READemption.egg-info
ls dist/*

clean:
find -name "*pyc" -exec rm {} \;

build:
# python3 setup.py bdist_wheel
python3 setup.py bdist
Expand Down

0 comments on commit 9d08305

Please sign in to comment.