collapseos/recipes/rc2014/Makefile

8 lines
122 B
Makefile
Raw Normal View History

TARGET = os.bin
PARTS = ../../parts/z80
.PHONY: all
all: $(TARGET)
$(TARGET): glue.asm
scas -o $@ -L map -I $(PARTS) $<