1
0
mirror of https://github.com/hsoft/collapseos.git synced 2024-07-22 23:10:19 +10:00
collapseos/recipes/ti84/Makefile
2019-11-07 13:42:40 -05:00

18 lines
330 B
Makefile

TARGET = os.rom
ZASM = ../../tools/zasm.sh
KERNEL = ../../kernel
MKTIUPGRADE = mktiupgrade
.PHONY: all
all: $(TARGET)
$(TARGET): glue.asm
$(ZASM) $(KERNEL) < $< > $@
truncate -s 1M $@
os.8xu: $(TARGET)
$(MKTIUPGRADE) -p -k keys/0A.key -d TI-84+ $< $@ 00
.PHONY: send
send: os.8xu
tilp -n --calc ti84+ --cable DirectLink $<