1
0
mirror of https://github.com/hsoft/collapseos.git synced 2024-07-22 08:40:19 +10:00
collapseos/recipes/sms/Makefile
2019-07-01 11:05:25 -04:00

9 lines
142 B
Makefile

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