aboutsummaryrefslogtreecommitdiffstats
path: root/os/windows/Makefile
diff options
context:
space:
mode:
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`