From ec422d6dcdbc294b2ee3fb872d9be76c00a69f05 Mon Sep 17 00:00:00 2001 From: Connor Olding Date: Sat, 15 Oct 2022 01:40:56 -0700 Subject: [PATCH] meta: build a couple local things --- build-all | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-all b/build-all index d75115d..beeccf4 100755 --- a/build-all +++ b/build-all @@ -65,6 +65,8 @@ build_simple() { : \ && build cosmo-muon \ && build cosmo-perl \ && build cosmo-yices \ +`# other stuff` \ + && { [ ! -e cosmo-mini ] || build cosmo-mini ;} \ \ && yes_retrieve cosmo-base /cosmopolitan/bin/ape \ && dbg_retrieve cosmo-kuroko /bin/kuroko.com \