diff options
| author | Ray Hogenson <rayhogenson@gmail.com> | 2012-04-06 19:10:11 -0800 |
|---|---|---|
| committer | Ray Hogenson <rayhogenson@gmail.com> | 2012-04-06 19:10:11 -0800 |
| commit | 75ffea582151a1339f6b4da44fa6824831c64616 (patch) | |
| tree | f98a3860b8ea5b553f1e0b74736a98f53e2f1c7e /os/linux | |
| parent | fixed the survival turns calculation (diff) | |
| download | yetihack-75ffea582151a1339f6b4da44fa6824831c64616.tar.zst | |
released under gnu gpl
Diffstat (limited to 'os/linux')
| -rw-r--r-- | os/linux/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/os/linux/Makefile b/os/linux/Makefile index 35766bb..b706768 100644 --- a/os/linux/Makefile +++ b/os/linux/Makefile @@ -4,6 +4,10 @@ yetihack: src/YetiHack.cpp src/yeti.cpp package: yetihack strip src/yetihack zip -j package/yetihack.zip src/yetihack + mkdir package/yetihack + cp src/yetihack package/yetihack/yetihack + cd package && tar -caf yetihack.tar.gz yetihack + rm -r package/yetihack install: yetihack cp src/yetihack /usr/local/bin/ |
