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 8d155d6..9b60452 100644
--- a/Makefile
+++ b/Makefile
@@ -45,7 +45,7 @@ test-files = \
tests/signals.sh \
$(test-files): src/remembering ALWAYS
- sh $@
+ @echo sh $@
check: $(test-files)