aboutsummaryrefslogtreecommitdiffstats
path: root/YetiHack/os/linux/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'YetiHack/os/linux/Makefile')
-rw-r--r--YetiHack/os/linux/Makefile22
1 files changed, 0 insertions, 22 deletions
diff --git a/YetiHack/os/linux/Makefile b/YetiHack/os/linux/Makefile
deleted file mode 100644
index 0a95d72..0000000
--- a/YetiHack/os/linux/Makefile
+++ /dev/null
@@ -1,22 +0,0 @@
-yetihack:
- cd src && make
-
-package:
- make clean
- zip package/yetihack-source.zip ../YetiHack
- make yetihack
- strip src/yetihack
- sudo chown root:root src/yetihack
- 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 os/package/yetihack.deb
- -rm os/package/*.rpm
-