aboutsummaryrefslogtreecommitdiffstats
path: root/os
diff options
context:
space:
mode:
authorRay Hogenson <rayhogenson@gmail.com>2012-01-14 19:38:51 -0900
committerRay Hogenson <rayhogenson@gmail.com>2012-01-14 19:38:51 -0900
commit2d0f32a2a7888005205e6b1e1933f8fa5f8b620c (patch)
treeed20e6f0b2b6a699b6ca467045a20bcbef5ab38d /os
parentfixed typos (diff)
downloadyetihack-2d0f32a2a7888005205e6b1e1933f8fa5f8b620c.tar.zst
Changed the linux Makefile
Diffstat (limited to 'os')
-rw-r--r--os/linux/Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/os/linux/Makefile b/os/linux/Makefile
index 44de839..524991b 100644
--- a/os/linux/Makefile
+++ b/os/linux/Makefile
@@ -1,10 +1,7 @@
yetihack:
cd src && make
-package:
- make clean
- zip package/yetihack-source.zip `pwd`
- make yetihack
+package: yetihack
strip src/yetihack
sudo chown root:root src/yetihack
-sudo rm os/debian/deb/usr/bin/yetihack