diff options
| author | 2024-04-20 22:35:04 -0500 | |
|---|---|---|
| committer | 2024-04-20 22:35:04 -0500 | |
| commit | eebb4c3ade3c468fb1249f885d8eb46740766477 (patch) | |
| tree | c55b5c4fd500aa11f8b508bbf786e834d8c596d8 /.github | |
| parent | typo (diff) | |
remove logging
Diffstat (limited to '.github')
| -rw-r--r-- | .github/cosmo/build | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/.github/cosmo/build b/.github/cosmo/build index 518e403e..e2a301c5 100644 --- a/.github/cosmo/build +++ b/.github/cosmo/build @@ -6,9 +6,7 @@ mkdir -p /sc/superconfigure/janet cp ./.github/cosmo/recipe.mk /sc/superconfigure/janet/BUILD.mk echo 'include janet/BUILD.mk' >> /sc/superconfigure/custom.mk +# build janet with cosmopolitan libc export SOURCE_DIR=$(realpath .) - cd /sc/superconfigure -ls -al -cat custom.mk make o/janet/built.fat |
