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 fa805ee37..695b11e9c 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -228,7 +228,7 @@ extras: all
228 $(MAKE) -C extras/firetools 228 $(MAKE) -C extras/firetools
229 229
230cppcheck: clean 230cppcheck: clean
231 cppcheck -q --force --error-exitcode=1 --enable=warning,performance . 231 cppcheck --force --error-exitcode=1 --enable=warning,performance .
232 232
233scan-build: clean 233scan-build: clean
234 scan-build make 234 scan-build make