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

6 lines
190 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 ../tools/sdcc-code/sdcc/device/include