This repository has been archived on 2025-06-27. You can view files and clone it, but cannot push or open issues or pull requests.
listen-perl/Makefile
2022-09-07 00:32:07 -06:00

9 lines
122 B
Makefile

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