1
0

touch up for repo

This commit is contained in:
dtb
2023-12-03 22:49:40 -07:00
parent ebb63e6d7f
commit 11e9097a4c
4 changed files with 18 additions and 19 deletions

11
ti83/Makefile Normal file
View File

@@ -0,0 +1,11 @@
UNZIP = tar xf
LBLRW_UPSTREAM = https://www.ticalc.org/pub/83plus/asm/programs/lblrw.zip
all: LblRW.8xp Schedule.8xp
LblRW.8xp: lblrw.zip
$(UNZIP) lblrw.zip LblRW.8xp
lblrw.zip:
curl -O "$(LBLRW_UPSTREAM)"