aboutsummaryrefslogtreecommitdiffstats
path: root/os/linux/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'os/linux/Makefile')
-rw-r--r--os/linux/Makefile19
1 files changed, 0 insertions, 19 deletions
diff --git a/os/linux/Makefile b/os/linux/Makefile
deleted file mode 100644
index b706768..0000000
--- a/os/linux/Makefile
+++ /dev/null
@@ -1,19 +0,0 @@
-yetihack: src/YetiHack.cpp src/yeti.cpp
- cd src && make
-
-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/
-
-clean:
- -rm src/*.o
- -rm src/yetihack
- -rm package/*
-