Skip to content

Commit

Permalink
Merge pull request #5 from SpcFORK/patch-3
Browse files Browse the repository at this point in the history
tweak: Bundle STDLib and other dependant files likely to change
  • Loading branch information
James-Livesey authored Jun 28, 2024
2 parents dfe1099 + 96a5ae2 commit 21a838c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,6 @@ if [ "$1" == "--runtime" ]; then
doJob "Compiling runtime" "gcc -Idist/ runtime/voxel.c -o runtime/build/voxel"

if [ "$2" == "--zip" ]; then
doJob "Creating zip of build" "zip -r runtime/build.zip runtime/build"
doJob "Creating zip of build" "zip -r runtime/build.zip runtime/build stdlib docs tools"
fi
fi

0 comments on commit 21a838c

Please sign in to comment.