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

15 lines
299 B
Bash

#!/bin/sh
set -eux
# copy janet recipe
mkdir -p /sc/superconfigure/janet
cp ./.github/cosmo/recipe.mk /sc/superconfigure/janet/BUILD.mk
echo 'include janet/BUILD.mk' >> /sc/superconfigure/custom.mk
export SOURCE_DIR=$(realpath .)
cd /sc/superconfigure
ls -al
cat custom.mk
make o/janet/built.fat