# bla

pwd=`pwd`

clean:
	@echo "delete links"
	@rm -f oma-bin/gen_link
	@rm -f reboot/reboot-player.m3u


install:
	@echo "set links"
	@ln oma-bin/gen oma-bin/gen_link
	@ln reboot/reboot-player reboot/reboot-player.m3u
	
deb:
	@echo "check, whats possible"
	@echo $(pwd)
	@mkdir /tmp/omatmp
	@echo "2.0" > /tmp/omatmp/debian-binary
