collapseos/recipes/sms/Makefile

9 lines
142 B
Makefile
Raw Normal View History

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