1
0
mirror of https://github.com/janet-lang/janet synced 2024-09-10 06:19:36 +00:00
janet/.github/cosmo/build

12 lines
262 B
Plaintext
Raw Normal View History

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