Use compiled boot and code files

This commit is contained in:
rozlette 2019-04-12 00:09:21 -05:00
parent bbaa5c05a3
commit 0b8a130d8b
1 changed files with 6 additions and 0 deletions

View File

@ -98,6 +98,12 @@ clean:
build/baserom/dmadata: $(COMP_FILES) $(BASEROM_BUILD_FILES)
python3 dmadata.py
build/baserom/boot: boot.bin
cp $< $@
build/comp/code.yaz0: code.bin
python3 yaz0.py -i $< -o $@
# Recipes
build/baserom/%: baserom/%