diff options
author | SoniEx2 <endermoneymod@gmail.com> | 2024-05-26 13:06:12 -0300 |
---|---|---|
committer | SoniEx2 <endermoneymod@gmail.com> | 2024-05-26 13:06:12 -0300 |
commit | 9dea1c26b487ae723d99ba1e5e5887b09aec87dd (patch) | |
tree | 28a9c9cdf6ec10144d17d0249c69dcd8363f88d5 /build.sh | |
parent | 477d6b5eb7db81a07516667a891d8b433e9af4dd (diff) |
Fix Lua 5.1 support and add tests
Diffstat (limited to 'build.sh')
-rwxr-xr-x | build.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/build.sh b/build.sh new file mode 100755 index 0000000..173fe8c --- /dev/null +++ b/build.sh @@ -0,0 +1,5 @@ +#!/bin/sh +mkdir -p out/cratera/ +# worst tool for this job +cp -r cratera/* out/cratera/ +cp cratera.lua out/cratera/init.lua |