1
0
This commit is contained in:
dtb 2023-12-03 22:55:17 -07:00
parent be0319affa
commit a1d4f0a2de

View File

@ -2,7 +2,13 @@ UNZIP = tar xf
LBLRW_UPSTREAM = https://www.ticalc.org/pub/83plus/asm/programs/lblrw.zip
all: LblRW.8xp Schedule.8xp
all: Schedule Zonk
.PHONY: Zonk
Zonk: Zonk.8xp
.PHONY: Schedule
Schedule: LblRW.8xp Schedule.8xp
LblRW.8xp: lblrw.zip
$(UNZIP) lblrw.zip LblRW.8xp