1
0
mirror of https://github.com/hsoft/collapseos.git synced 2024-09-07 05:18:45 +10:00
collapseos/recipes/rc2014/Makefile
2019-05-20 11:00:14 -04:00

8 lines
117 B
Makefile

TARGET = os.bin
ZASM = ../../tools/emul/zasm/zasm
.PHONY: all
all: $(TARGET)
$(TARGET): glue.asm
$(ZASM) < $< > $@