PREFIX=$(HOME)

install:
	install -Dm755 youtube-mp3 $(DESTDIR)$(PREFIX)/bin/youtube-mp3

uninstall:
	$(RM) $(DESTDIR)$(PREFIX)/bin/youtube-mp3

