collapseos/recipes/trs80/Makefile

9 lines
148 B
Makefile

TARGET = stage1.bin
EDIR = ../../emul
STAGE = $(EDIR)/stage
.PHONY: all
all: $(TARGET)
$(TARGET): xcomp.fs $(STAGE)
cat xcomp.fs | $(STAGE) > $@