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

10 lines
132 B
Makefile
Raw Normal View History

2022-09-07 00:32:07 -06:00
PREFIX = /usr/local
all:
install:
mkdir -p ${PREFIX}/bin
2025-06-27 18:29:41 -06:00
cp -f listen.pl ${PREFIX}/bin/listen
2022-09-07 00:32:07 -06:00
chmod 755 ${PREFIX}/bin/listen