diff --git a/Makefile b/Makefile index 118082a4f..8f800e055 100755 --- a/Makefile +++ b/Makefile @@ -16,6 +16,8 @@ mapnik: clean: @python scons/scons.py -c --config=cache --implicit-cache --max-drift=1 @if test -e ".sconsign.dblite"; then rm ".sconsign.dblite"; fi + @find ./ -name "*.os" -exec rm {} \; + @find ./ -name "*.o" -exec rm {} \; distclean: if test -e ".sconf_temp/"; then rm -r ".sconf_temp/"; fi