aboutsummaryrefslogtreecommitdiff
path: root/Makefile
blob: de09631cb23c657933413b7e05ad78f7c08136ae (plain)
1
2
3
4
5
6
7
8
9
PREFIX = /usr/local

all:

install:
	mkdir -p ${PREFIX}/bin
	cp -f listen ${PREFIX}/bin
	chmod 755 ${PREFIX}/bin/listen