aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index e46eb4949..d6d4f098c 100644
--- a/Makefile
+++ b/Makefile
@@ -364,6 +364,12 @@ extras: all
364 364
365.PHONY: cppcheck 365.PHONY: cppcheck
366cppcheck: clean 366cppcheck: clean
367 $(CPPCHECK) --force --error-exitcode=1 --enable=warning,performance \
368 -i src/firejail/checkcfg.c -i src/firejail/main.c .
369
370# For cppcheck 1.x; see .github/workflows/check-c.yml
371.PHONY: cppcheck-old
372cppcheck-old: clean
367 $(CPPCHECK) --force --error-exitcode=1 --enable=warning,performance . 373 $(CPPCHECK) --force --error-exitcode=1 --enable=warning,performance .
368 374
369.PHONY: scan-build 375.PHONY: scan-build