make clean: also clear out shared libs
This commit is contained in:
parent
f9ad079d39
commit
15d3ceffc8
1 changed files with 2 additions and 0 deletions
2
Makefile
2
Makefile
|
@ -26,6 +26,8 @@ clean:
|
|||
@if test -e ".sconf_temp/"; then rm -r ".sconf_temp/"; fi
|
||||
@find ./ -name "*.pyc" -exec rm {} \;
|
||||
@find ./ -name "*.os" -exec rm {} \;
|
||||
@find ./ -name "*.dylib" -exec rm {} \;
|
||||
@find ./ -name "*.so" -exec rm {} \;
|
||||
@find ./ -name "*.o" -exec rm {} \;
|
||||
@find ./ -name "*.pyc" -exec rm {} \;
|
||||
@if test -e "bindings/python/mapnik/paths.py"; then rm "bindings/python/mapnik/paths.py"; fi
|
||||
|
|
Loading…
Reference in a new issue