diff options
| -rw-r--r-- | os/linux/Makefile | 5 |
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 |
