diff --git a/build-all b/build-all index 09391ff..f6a8f17 100755 --- a/build-all +++ b/build-all @@ -60,4 +60,11 @@ build() { : \ && build cosmo-yices \ \ && bin=/cosmopolitan/bin \ + && yes_retrieve cosmo-base $bin/ape $bin/assimilate.com $bin/awk.com \ + $bin/gzip.com $bin/make.com $bin/sed.com $bin/unzip.com $bin/zip.com \ + && dbg_retrieve cosmo-kuroko /bin/kuroko.com \ + && dbg_retrieve cosmo-muon /bin/muon.com \ + && dbg_retrieve cosmo-perl /bin/perl.com \ + && dbg_retrieve cosmo-yices /bin/kissat.com /bin/yices-sat.com \ + /bin/yices-smt.com /bin/yices-smt2.com /bin/yices.com \ ;