diff options
| author | rayhogenson <rayhogenson@gmail.com> | 2014-03-15 00:10:09 -0800 |
|---|---|---|
| committer | rayhogenson <rayhogenson@gmail.com> | 2014-03-15 00:10:09 -0800 |
| commit | 35643398483374ea573dc51d0e90e1b8e3727e48 (patch) | |
| tree | 912ca7f453067d0f19c5319eea52da10fc98d222 /os/linux | |
| parent | added a new level (diff) | |
| download | yetihack-35643398483374ea573dc51d0e90e1b8e3727e48.tar.zst | |
added cmake support
Diffstat (limited to 'os/linux')
| -rw-r--r-- | os/linux/Makefile | 19 |
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/* - |
