aboutsummaryrefslogtreecommitdiff
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 64b914d..3b2529b 100644
--- a/Makefile
+++ b/Makefile
@@ -17,7 +17,7 @@ test: ${BIN}
bin/cpt-stat bin
bin/cpt-stat Makefile
bin/cpt-readlink /bin/sh
- shellcheck -P src -x -f gcc src/* contrib/*
+ ${MAKE} -C src test
install-bin: ${BIN}
for bin in ${BIN}; do \