diff options
| author | Ray Hogenson <rayhogenson@gmail.com> | 2012-01-10 15:51:25 -0900 |
|---|---|---|
| committer | Ray Hogenson <rayhogenson@gmail.com> | 2012-01-10 15:51:25 -0900 |
| commit | f400bf3f6905e012e8c36862c0b97db28892a06d (patch) | |
| tree | 5080f7e44a9ffdd9840d16bd0a3a1a559fdb5447 /Makefile | |
| parent | Working yetihack (diff) | |
| download | yetihack-f400bf3f6905e012e8c36862c0b97db28892a06d.tar.zst | |
this one actually compiles. Version 1
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/Makefile b/Makefile deleted file mode 100644 index 0a95d72..0000000 --- a/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 - |
