mirror of
https://github.com/zeldaret/oot.git
synced 2025-07-03 14:34:32 +00:00
Add Cygwin support (#594)
* Add Cygwin support * revert .gitignore changes * Add Cygwin instructions * corrections * specify dependencies in README.md
This commit is contained in:
parent
d2563b3b91
commit
be84e1f0f8
17 changed files with 2583 additions and 3 deletions
|
@ -7,7 +7,7 @@ all: $(PROGRAMS)
|
|||
cd ZAPD && $(MAKE)
|
||||
|
||||
clean:
|
||||
$(RM) $(PROGRAMS)
|
||||
$(RM) $(PROGRAMS) $(addsuffix .exe,$(PROGRAMS))
|
||||
$(RM) ZAPD/ZAPD.out
|
||||
# Need to clean the above line later...
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue