diff options
| -rw-r--r-- | os/windows/Makefile | 2 |
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` |
