clear nimcache on make update (#2426)

* test clearing nimcache

* don't be verbose
This commit is contained in:
tersec 2021-03-17 17:29:34 +00:00 committed by GitHub
parent 756c82671d
commit 9ff6118c28
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -137,6 +137,7 @@ endif
#- deletes binaries that might need to be rebuilt after a Git pull
update: | update-common
rm -f build/generate_makefile
rm -fr nimcache/
# nim-libbacktrace
libbacktrace: