1
0
mirror of https://github.com/janet-lang/janet synced 2024-11-08 17:59:55 +00:00
janet/.github/cosmo/build

15 lines
299 B
Plaintext
Raw Normal View History

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