clear out the config.cache on reset
This commit is contained in:
parent
b2762b3a91
commit
8ae1518351
1 changed files with 1 additions and 0 deletions
1
Makefile
1
Makefile
|
@ -12,6 +12,7 @@ clean:
|
|||
reset:
|
||||
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
|
||||
|
||||
uninstall:
|
||||
python scons/scons.py uninstall
|
||||
|
|
Loading…
Reference in a new issue