Asuro/compile_stub.sh
Kieron Morris 04cff2e2c3
All checks were successful
continuous-integration/drone/push Build is passing
Testing Succeeded - Refinement & removal of debugging code
- Removed the debug `exit 1` from `compile_stub.sh`
- Improved `compile.sh` to use runOrFail in a more suitable way, correctly passing through failure messages.
2025-03-09 19:58:24 +00:00

7 lines
146 B
Bash

#!/usr/bin/env bash
echo " "
echo "======================="
echo " "
echo "Compiling Stub..."
echo " "
nasm -f elf src/stub/stub.asm -o lib/stub.o