aboutsummaryrefslogtreecommitdiffstats
path: root/os/linux/Makefile
diff options
context:
space:
mode:
authorRay Hogenson <rayhogenson@gmail.com>2012-04-06 19:10:11 -0800
committerRay Hogenson <rayhogenson@gmail.com>2012-04-06 19:10:11 -0800
commit75ffea582151a1339f6b4da44fa6824831c64616 (patch)
treef98a3860b8ea5b553f1e0b74736a98f53e2f1c7e /os/linux/Makefile
parent9c0d4169abda13a1c383a0b04841af6546153a1f (diff)
downloadyetihack-75ffea582151a1339f6b4da44fa6824831c64616.tar.zst
released under gnu gpl
Diffstat (limited to 'os/linux/Makefile')
-rw-r--r--os/linux/Makefile4
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/