From 0b8a130d8bca7883feda79f7f355926051a6c7e1 Mon Sep 17 00:00:00 2001 From: rozlette Date: Fri, 12 Apr 2019 00:09:21 -0500 Subject: [PATCH] Use compiled boot and code files --- Makefile | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Makefile b/Makefile index 34760d8fce..098ed339d2 100644 --- a/Makefile +++ b/Makefile @@ -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/%