From ad20d0d247e91431e2e0f1cf5a3794300ff04a26 Mon Sep 17 00:00:00 2001 From: Ray Hogenson Date: Fri, 13 Jan 2012 16:36:48 -0900 Subject: Fixed the windows makefile --- os/windows/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'os/windows/Makefile') 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` -- cgit v1.3.1