PREFIX = /usr/local
all:
install:
mkdir -p ${PREFIX}/bin
cp -f listen.pl ${PREFIX}/bin/listen
chmod 755 ${PREFIX}/bin/listen