summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 53a1b5d..f348d57 100644
--- a/Makefile
+++ b/Makefile
@@ -4,8 +4,8 @@ all:
@${MAKE} -C src
test: all
- mandoc -Tlint man/*
- perl test/test.pl ${PACKAGE} ${VERSION}
+ @mandoc -Tlint man/*
+ @PACKAGE=${PACKAGE} VERSION=${VERSION} prove test
install: install-man install-doc install-bin install-font install-img