mirror of
https://github.com/janet-lang/janet
synced 2024-11-08 17:59:55 +00:00
12 lines
263 B
Bash
12 lines
263 B
Bash
#!/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
|