Makefile clean: remove duplicate pyc cleanup

This commit is contained in:
Dane Springmeyer 2015-02-09 13:20:39 -08:00
parent 960794b7a0
commit 56d1818862

View file

@ -44,7 +44,6 @@ clean:
@find ./ -name "*.so" -exec rm {} \;
@find ./ -name "*.o" -exec rm {} \;
@find ./ -name "*.a" -exec rm {} \;
@find ./ -name "*.pyc" -exec rm {} \;
@if test -e "bindings/python/mapnik/paths.py"; then rm "bindings/python/mapnik/paths.py"; fi
distclean: