yetihack: cd src && make package: yetihack strip src/yetihack sudo chown root:root src/yetihack -sudo rm os/debian/deb/usr/bin/yetihack sudo ln src/yetihack os/debian/deb/usr/bin/ dpkg-deb --build os/debian/deb package/yetihack.deb cd package && sudo alien -r yetihack.deb zip package/yetihack.zip src/yetihack install: yetihack cp src/yetihack /usr/local/bin/ clean: -rm src/*.o -rm src/yetihack -rm package/* -sudo rm os/debian/deb/usr/bin/yetihack