aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in
index 083a88538..c14ec5cdc 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -184,3 +184,9 @@ deb: dist
184extras: all 184extras: all
185 $(MAKE) -C extras/firetools 185 $(MAKE) -C extras/firetools
186 186
187cppcheck: clean
188 cppcheck --force .
189
190scan-build: clean
191 scan-build make
192