collapseos/recipes/rc2014/Makefile

8 lines
110 B
Makefile

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