mirror of
https://github.com/janet-lang/janet
synced 2026-06-03 19:22:24 +00:00
12 lines
263 B
Python
12 lines
263 B
Python
#!/bin/sh
|
|
|
|
# copy janet recipe
|
|
mkdir -p /sc/sueprconfigure/janet
|
|
cp ./.github/cosmo/recipe.mk /sc/superconfigure/BUILD.mk
|
|
echo 'include janet/BUILD.mk' >> /sc/superconfigure/custom.mk
|
|
|
|
export SOURCE_DIR=$(realpath .)
|
|
|
|
cd /sc/superconfigure
|
|
make o/janet/built.fat
|