Initial commit
This commit is contained in:
11
Makefile
Normal file
11
Makefile
Normal file
@@ -0,0 +1,11 @@
|
||||
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
|
Reference in New Issue
Block a user