This repository has been archived on 2020-09-21. You can view files and clone it, but cannot push or open issues or pull requests.
fib/build.sh
2020-09-19 22:20:34 +02:00

4 lines
91 B
Bash
Executable File

#!/bin/bash
mkdir -p .build && zasm -i src/fib.z80 -o .build/fib.bin
ls -al .build/fib.bin