1
0
mirror of https://github.com/hsoft/collapseos.git synced 2024-07-23 07:20:19 +10:00
collapseos/recipes/trs80/Makefile
2020-05-14 12:08:17 -04:00

9 lines
144 B
Makefile

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