diff --git a/Makefile b/Makefile index 4a3688f..69fe105 100644 --- a/Makefile +++ b/Makefile @@ -18,7 +18,7 @@ test: tests scan-build: clean @echo "+++ Running Clang Static Analyzer..." - scan-build $(MAKE) tests + scan-build --status-bugs --keep-going $(MAKE) tests clean: $(RM) tests example *.o