1
0
Fork 0
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:
Random 2021-01-20 20:46:25 +01:00 committed by GitHub
parent d2563b3b91
commit be84e1f0f8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
17 changed files with 2583 additions and 3 deletions

View file

@ -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...