1
0
Fork 0
mirror of https://github.com/zeldaret/oot.git synced 2025-08-10 17:00:19 +00:00

Makefile machinery work

This commit is contained in:
Ethan Roseman 2020-04-21 00:59:59 -04:00
parent aecf375b84
commit 469058e363
3 changed files with 8 additions and 1 deletions

View file

@ -25,3 +25,8 @@ $(1): $($1_SOURCES)
endef
$(foreach p,$(PROGRAMS),$(eval $(call COMPILE,$(p))))
ido7:
wget -O ido7.zip https://github.com/zeldaret/oot/releases/download/0.1/ido7.1_fixed.zip
unzip -n ido7.zip
rm ido7.zip