mirror of https://github.com/zeldaret/mm.git
Use compiled boot and code files
This commit is contained in:
parent
bbaa5c05a3
commit
0b8a130d8b
6
Makefile
6
Makefile
|
|
@ -98,6 +98,12 @@ clean:
|
||||||
build/baserom/dmadata: $(COMP_FILES) $(BASEROM_BUILD_FILES)
|
build/baserom/dmadata: $(COMP_FILES) $(BASEROM_BUILD_FILES)
|
||||||
python3 dmadata.py
|
python3 dmadata.py
|
||||||
|
|
||||||
|
build/baserom/boot: boot.bin
|
||||||
|
cp $< $@
|
||||||
|
|
||||||
|
build/comp/code.yaz0: code.bin
|
||||||
|
python3 yaz0.py -i $< -o $@
|
||||||
|
|
||||||
# Recipes
|
# Recipes
|
||||||
|
|
||||||
build/baserom/%: baserom/%
|
build/baserom/%: baserom/%
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue