aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index d4fc32f66..12d0d57a5 100644
--- a/Makefile
+++ b/Makefile
@@ -361,13 +361,13 @@ extras: all
361 $(MAKE) -C extras/firetools 361 $(MAKE) -C extras/firetools
362 362
363.PHONY: cppcheck 363.PHONY: cppcheck
364cppcheck: clean 364cppcheck:
365 $(CPPCHECK) --force --error-exitcode=1 --enable=warning,performance \ 365 $(CPPCHECK) --force --error-exitcode=1 --enable=warning,performance \
366 -i src/firejail/checkcfg.c -i src/firejail/main.c . 366 -i src/firejail/checkcfg.c -i src/firejail/main.c .
367 367
368# For cppcheck 1.x; see .github/workflows/check-c.yml 368# For cppcheck 1.x; see .github/workflows/check-c.yml
369.PHONY: cppcheck-old 369.PHONY: cppcheck-old
370cppcheck-old: clean 370cppcheck-old:
371 $(CPPCHECK) --force --error-exitcode=1 --enable=warning,performance . 371 $(CPPCHECK) --force --error-exitcode=1 --enable=warning,performance .
372 372
373.PHONY: scan-build 373.PHONY: scan-build