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:
parent
aecf375b84
commit
469058e363
3 changed files with 8 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue