summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index cef8c52..3dbc223 100644
--- a/Makefile
+++ b/Makefile
@@ -151,6 +151,7 @@ check: $(TEST)
fi;\
if ! $(CHECK_PREFIX) ./$$t; then\
status=1;\
+ printf '\033[1;31mfailed\033[m\n';\
fi;\
done;\
exit $$status