git-whatchanged: Add usage string
[gitweb.git] / Makefile
index 01b6643bdfd87ae57052a0545a733d4e11ba5136..d494ad4b1fb022e7ba0f5937da693a5f9044b079 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -449,7 +449,7 @@ test-delta$X: test-delta.c diff-delta.o patch-delta.o
        $(CC) $(ALL_CFLAGS) -o $@ $(ALL_LDFLAGS) $^
 
 check:
-       for i in *.c; do sparse $(ALL_CFLAGS) $(SPARSE_FLAGS) $$i; done
+       for i in *.c; do sparse $(ALL_CFLAGS) $(SPARSE_FLAGS) $$i || exit; done