transmit-my-tune: transmit-my-tune.hs
	ghc --make $@ -O3 -Wall

install: transmit-my-tune
	install $< $(HOME)/bin/

.PHONY: install
