aboutsummaryrefslogtreecommitdiffstats
path: root/os/windows/Makefile
diff options
context:
space:
mode:
authorRay Hogenson <rayhogenson@gmail.com>2012-01-13 16:36:48 -0900
committerRay Hogenson <rayhogenson@gmail.com>2012-01-13 16:36:48 -0900
commitad20d0d247e91431e2e0f1cf5a3794300ff04a26 (patch)
treece0eef58bd140ea73c37a7a2fc6c4930afdeb572 /os/windows/Makefile
parentfc1ccf0b00121dbc7ffab12b4e61472f417bf7b3 (diff)
downloadyetihack-ad20d0d247e91431e2e0f1cf5a3794300ff04a26.tar.zst
Fixed the windows makefile
Diffstat (limited to 'os/windows/Makefile')
-rw-r--r--os/windows/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/os/windows/Makefile b/os/windows/Makefile
index 3f4ab15..5ee19c9 100644
--- a/os/windows/Makefile
+++ b/os/windows/Makefile
@@ -1,7 +1,7 @@
yetihack.exe: src/YetiHack.cpp
i586-mingw32msvc-g++ -Iinclude src/YetiHack.cpp src/yeti.cpp -o src/yetihack.exe -lpdcurses
-rm os/windows/yetihack-windows/yetihack.exe
- ln yetihack.exe os/windows/yetihack-windows/
+ ln src/yetihack.exe os/windows/yetihack-windows/
package: yetihack.exe
YETIHACKDIR=`pwd`