aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index af57f7d2c..9d0dd69b1 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -233,7 +233,7 @@ extras: all
233 $(MAKE) -C extras/firetools 233 $(MAKE) -C extras/firetools
234 234
235cppcheck: clean 235cppcheck: clean
236 cppcheck --force . 236 cppcheck -q --force --error-exitcode=1 --enable=warning,performance .
237 237
238scan-build: clean 238scan-build: clean
239 scan-build make 239 scan-build make