diff options
| author | Ray Hogenson <rayhogenson@gmail.com> | 2012-01-10 15:34:34 -0900 |
|---|---|---|
| committer | Ray Hogenson <rayhogenson@gmail.com> | 2012-01-10 15:34:34 -0900 |
| commit | 6a4082406f71e40541602473bb0003fe3879fcdd (patch) | |
| tree | 3fca53b15b55aa2a062d3d5db89ab82d6ebc90b1 /Makefile | |
| parent | Merge branch 'master' of github.com:rayhogenson/YetiHack (diff) | |
| download | yetihack-6a4082406f71e40541602473bb0003fe3879fcdd.tar.zst | |
Working yetihack
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
@@ -7,8 +7,6 @@ package: 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 @@ -19,7 +17,6 @@ install: yetihack clean: -rm src/*.o -rm src/yetihack - -rm package/yetihack.deb - -rm package/*.rpm - -rm os/debian/deb/usr/bin/yetihack + -rm os/package/yetihack.deb + -rm os/package/*.rpm |
