aboutsummaryrefslogtreecommitdiffhomepage
path: root/.github
diff options
context:
space:
mode:
authorGautham <ahgamut@gmail.com>2024-04-20 22:23:29 -0500
committerGautham <ahgamut@gmail.com>2024-04-20 22:23:29 -0500
commit50425eac7228d29f9c7ee3a63a9d64a4212d2a2c (patch)
treeb36eff0ed67be06f6505318ba033e527869fc761 /.github
parenttypo (diff)
typo
Diffstat (limited to '.github')
-rw-r--r--.github/cosmo/build7
1 files changed, 5 insertions, 2 deletions
diff --git a/.github/cosmo/build b/.github/cosmo/build
index 6c1f4087..518e403e 100644
--- a/.github/cosmo/build
+++ b/.github/cosmo/build
@@ -1,11 +1,14 @@
#!/bin/sh
+set -eux
# copy janet recipe
-mkdir -p /sc/sueprconfigure/janet
-cp ./.github/cosmo/recipe.mk /sc/superconfigure/BUILD.mk
+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