Skip to content

Commit

Permalink
Merge pull request #2085 from hawkthorne/master
Browse files Browse the repository at this point in the history
still trying
  • Loading branch information
danhp committed Apr 27, 2014
2 parents f0bb5cc + c3b28a0 commit 9ab7c9e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -77,11 +77,12 @@ src/positions/%.lua: psds/positions/%.png

win32/love.exe:
$(wget) https://bitbucket.org/rude/love/downloads/love-0.9.1-win32.zip
unzip -q windows-build-files.zip
mkdir win32
unzip -d win32 love-0.9.1-win32.zip
rm -f love-0.9.1-win32.zip

win32/hawkthorne.exe: build/hawkthorne.love win32/love.exe
cat win32/love.exe build/hawkthorne.love > win32/hawkthorne.exe
cat win32/love-0.9.1-win32/love.exe build/hawkthorne.love > win32/hawkthorne.exe

build/hawkthorne-win-x86.zip: win32/hawkthorne.exe
mkdir -p build
Expand Down

0 comments on commit 9ab7c9e

Please sign in to comment.