aboutsummaryrefslogtreecommitdiffstats
path: root/YetiHack/Makefile
diff options
context:
space:
mode:
authorRay Hogenson <rayhogenson@gmail.com>2012-01-10 15:34:34 -0900
committerRay Hogenson <rayhogenson@gmail.com>2012-01-10 15:34:34 -0900
commit6a4082406f71e40541602473bb0003fe3879fcdd (patch)
tree3fca53b15b55aa2a062d3d5db89ab82d6ebc90b1 /YetiHack/Makefile
parentMerge branch 'master' of github.com:rayhogenson/YetiHack (diff)
downloadyetihack-6a4082406f71e40541602473bb0003fe3879fcdd.tar.zst
Working yetihack
Diffstat (limited to 'YetiHack/Makefile')
-rw-r--r--YetiHack/Makefile25
1 files changed, 0 insertions, 25 deletions
diff --git a/YetiHack/Makefile b/YetiHack/Makefile
deleted file mode 100644
index 3bb8395..0000000
--- a/YetiHack/Makefile
+++ /dev/null
@@ -1,25 +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
- -rm os/debian/deb/usr/bin/yetihack
- 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/yetihack.deb
- -rm package/*.rpm
- -rm os/debian/deb/usr/bin/yetihack
-