home-impermanence/Makefile

12 lines
410 B
Makefile
Raw Permalink Normal View History

2024-04-28 08:31:12 +02:00
PREFIX=/usr/local
test:
./impermanence.pl -v -t tests/impermanence.yml
-./impermanence.pl -t tests/errored.yml
-./impermanence.pl -t tests/size_undefined.yml
install:
install -o root -g wheel -m 555 impermanence.pl ${PREFIX}/bin/impermanence
install -o root -g wheel -m 555 openbsd/impermanence.rc /etc/rc.d/impermanence
install -o root -g wheel -m 444 impermanence.1 ${PREFIX}/man/man1/impermanence.1