also clear out stale object files than scons my no longer know about
This commit is contained in:
parent
c0021d0760
commit
f25626f678
1 changed files with 2 additions and 0 deletions
2
Makefile
2
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
|
||||
|
|
Loading…
Reference in a new issue