aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 99c5227..6befc84 100644
--- a/Makefile
+++ b/Makefile
@@ -71,7 +71,7 @@ test: test.o libcontacts.a
check: test
@rm -rf -- .testdir
- ./test
+ $(CHECK_PREFIX) ./test
@rm -rf -- .testdir
install: libcontacts.a libcontacts.$(LIBEXT)