aboutsummaryrefslogtreecommitdiffstats
path: root/os/linux/Makefile
blob: 8809ac198ddfe2fb5d55c38c3b7982ac0124a1e4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
yetihack:
	cd src && make

package: yetihack
	strip src/yetihack
	zip -j package/yetihack.zip src/yetihack

install: yetihack
	cp src/yetihack /usr/local/bin/

clean:
	-rm src/*.o
	-rm src/yetihack
	-rm package/*
	-sudo rm os/debian/deb/usr/bin/yetihack