1
0
mirror of https://github.com/janet-lang/janet synced 2025-02-22 19:20:01 +00:00

12 lines
263 B
Plaintext
Raw Normal View History

2024-04-20 22:09:10 -05:00
#!/bin/sh
# copy janet recipe
mkdir -p /sc/sueprconfigure/janet
cp ./.github/cosmo/recipe.mk /sc/superconfigure/BUILD.mk
2024-04-20 22:16:23 -05:00
echo 'include janet/BUILD.mk' >> /sc/superconfigure/custom.mk
2024-04-20 22:09:10 -05:00
export SOURCE_DIR=$(realpath .)
cd /sc/superconfigure
make o/janet/built.fat