Makefile clean: remove duplicate pyc cleanup
This commit is contained in:
parent
960794b7a0
commit
56d1818862
1 changed files with 0 additions and 1 deletions
1
Makefile
1
Makefile
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue