touch up for repo
This commit is contained in:
11
ti83/Makefile
Normal file
11
ti83/Makefile
Normal 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)"
|
||||
Reference in New Issue
Block a user