diff options
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/ |
