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

6 lines
184 B
Bash
Executable File

#!/bin/bash
rm -rf .build
mkdir .build
# zasm src/crt0.z80 -y -o .build/xed.com -L ../sdcc/device/lib
zasm src/crt0.z80 -y -o .build/xed.com -L lib -I ../sdcc-code/sdcc/device/include