diff options
author | Astatin <[email protected]> | 2025-06-18 19:46:59 +0200 |
---|---|---|
committer | Astatin <[email protected]> | 2025-06-18 19:46:59 +0200 |
commit | a82b9ba9e92a188fd2bf2be85384414a4121d119 (patch) | |
tree | ff34c98f6d08014036c785eb54f8e0ee234033d7 /scripts | |
parent | 27617209a324f03a11faecc74392b048f08b45ae (diff) |
Add build script for building a self containing linux executable
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/makeself-start.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/makeself-start.sh b/scripts/makeself-start.sh new file mode 100644 index 0000000..8388ad6 --- /dev/null +++ b/scripts/makeself-start.sh @@ -0,0 +1,2 @@ +#!/bin/sh +./gb_linux-x86_64 main.rom --title "Astatin's Bunny Game" $* |