home-impermanence/Makefile

10 lines
277 B
Makefile
Raw Normal View History

PREFIX=/usr/local
2022-03-14 07:26:00 +00:00
test:
2022-03-14 17:05:15 +00:00
-./impermanence.pl -t tests/errored.yml
2022-03-14 07:26:00 +00:00
./impermanence.pl -t tests/impermanence.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