Skip to content

Commit

Permalink
Remove reppy/*.so during make clean.
Browse files Browse the repository at this point in the history
  • Loading branch information
b4hand committed Sep 8, 2017
1 parent ed0fc6d commit a7549f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -15,5 +15,5 @@ dev-requirements-py3:
pip freeze | grep -v -e reppy > dev-requirements-py3.txt

clean:
rm -rf build dist *.egg-info
rm -rf build dist *.egg-info reppy/*.so
find . -name '*.pyc' | xargs --no-run-if-empty rm

0 comments on commit a7549f2

Please sign in to comment.