diff options
| author | Ray Hogenson <rayhogenson@gmail.com> | 2012-01-14 19:09:16 -0900 |
|---|---|---|
| committer | Ray Hogenson <rayhogenson@gmail.com> | 2012-01-14 19:09:16 -0900 |
| commit | 95cce1be8aac074afd8943c6a96b89be58929456 (patch) | |
| tree | 8b50557db4eca7ba98dd4e94530152f28adf5dda /os/windows/Makefile | |
| parent | ad20d0d247e91431e2e0f1cf5a3794300ff04a26 (diff) | |
| download | yetihack-95cce1be8aac074afd8943c6a96b89be58929456.tar.zst | |
Fixed all makefiles
Diffstat (limited to 'os/windows/Makefile')
| -rw-r--r-- | os/windows/Makefile | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/os/windows/Makefile b/os/windows/Makefile index 5ee19c9..94c335d 100644 --- a/os/windows/Makefile +++ b/os/windows/Makefile @@ -4,17 +4,15 @@ yetihack.exe: src/YetiHack.cpp ln src/yetihack.exe os/windows/yetihack-windows/ package: yetihack.exe - YETIHACKDIR=`pwd` - export YETIHACKDIR makensis os/windows/install.nsi - zip yetihack-windows.zip os/windows/yetihack-windows + zip package/yetihack-windows.zip os/windows/yetihack-windows install: yetihack.exe ./YetiHack_installer.exe clean: - -rm yetihack.exe - -rm YetiHack_installer.exe - -rm yetihack-windows.zip - -rm yetihack-windows/yetihack.exe + -rm src/yetihack.exe + -rm package/YetiHack_installer.exe + -rm package/yetihack-windows.zip + -rm os/windows/yetihack-windows/yetihack.exe |
