clear nimcache on make update (#2426)
* test clearing nimcache * don't be verbose
This commit is contained in:
parent
756c82671d
commit
9ff6118c28
1
Makefile
1
Makefile
|
@ -137,6 +137,7 @@ endif
|
||||||
#- deletes binaries that might need to be rebuilt after a Git pull
|
#- deletes binaries that might need to be rebuilt after a Git pull
|
||||||
update: | update-common
|
update: | update-common
|
||||||
rm -f build/generate_makefile
|
rm -f build/generate_makefile
|
||||||
|
rm -fr nimcache/
|
||||||
|
|
||||||
# nim-libbacktrace
|
# nim-libbacktrace
|
||||||
libbacktrace:
|
libbacktrace:
|
||||||
|
|
Loading…
Reference in New Issue