aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 2 insertions, 5 deletions
diff --git a/Makefile b/Makefile
index 3bb8395..0a95d72 100644
--- a/Makefile
+++ b/Makefile
@@ -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