collapseos/recipes/rc2014/sdcard/Makefile

10 lines
171 B
Makefile
Raw Normal View History

2019-05-07 15:26:52 -04:00
TARGETS = os.bin sdinit.bin
PARTS = ../../../parts/z80
.PHONY: all
all: $(TARGETS)
os.bin: glue.asm
sdinit.bin: sdinit.asm
$(TARGETS):
scas -o $@ -L map -I $(PARTS) $<