more cleanup items
This commit is contained in:
parent
6859bea499
commit
f3f5bbbb4a
1 changed files with 4 additions and 0 deletions
4
Makefile
4
Makefile
|
@ -18,8 +18,12 @@ clean:
|
|||
@if test -e ".sconsign.dblite"; then rm ".sconsign.dblite"; fi
|
||||
@find ./ -name "*.os" -exec rm {} \;
|
||||
@find ./ -name "*.o" -exec rm {} \;
|
||||
@find ./ -name "*.pyc" -exec rm {} \;
|
||||
@rm bindings/python/mapnik/paths.py
|
||||
|
||||
distclean:
|
||||
if test -e "config.cache"; then rm -r "config.cache"; fi
|
||||
if test -e "config.log"; then rm -r "config.log"; fi
|
||||
if test -e ".sconf_temp/"; then rm -r ".sconf_temp/"; fi
|
||||
if test -e ".sconsign.dblite"; then rm ".sconsign.dblite"; fi
|
||||
if test -e "config.cache"; then rm "config.cache"; fi
|
||||
|
|
Loading…
Reference in a new issue