aboutsummaryrefslogtreecommitdiffstats
path: root/os/linux
diff options
context:
space:
mode:
authorrayhogenson <rayhogenson@gmail.com>2014-03-15 00:10:09 -0800
committerrayhogenson <rayhogenson@gmail.com>2014-03-15 00:10:09 -0800
commit35643398483374ea573dc51d0e90e1b8e3727e48 (patch)
tree912ca7f453067d0f19c5319eea52da10fc98d222 /os/linux
parentadded a new level (diff)
downloadyetihack-35643398483374ea573dc51d0e90e1b8e3727e48.tar.zst
added cmake support
Diffstat (limited to 'os/linux')
-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/*
-