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 src/yetihack.exe os/windows/yetihack-windows/ package: yetihack.exe makensis os/windows/install.nsi zip package/yetihack-windows.zip os/windows/yetihack-windows install: yetihack.exe ./YetiHack_installer.exe clean: -rm src/yetihack.exe -rm package/YetiHack_installer.exe -rm package/yetihack-windows.zip -rm os/windows/yetihack-windows/yetihack.exe