aboutsummaryrefslogtreecommitdiffstats
path: root/YetiHack/os/windows/Makefile
blob: d1e874545caeaeefa026120a12a82e0cb8bdc2db (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
yetihack.exe: ../YetiHack.cpp
	i586-mingw32msvc-g++ src/YetiHack.cpp src/yeti.cpp -o yetihack.exe -lpdcurses
	-rm os/windows/yetihack-windows/yetihack.exe
	ln yetihack.exe yetihack-windows

package: yetihack.exe
	makensis install.nsi
	zip yetihack-windows.zip yetihack-windows

clean:
	-rm yetihack.exe
	-rm YetiHack_installer.exe
	-rm yetihack-windows.zip
	-rm yetihack-windows/yetihack.exe