aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 8e03744fd..3bb128ccc 100644
--- a/Makefile
+++ b/Makefile
@@ -360,6 +360,10 @@ cppcheck: clean
360scan-build: clean 360scan-build: clean
361 NO_EXTRA_CFLAGS="yes" scan-build make 361 NO_EXTRA_CFLAGS="yes" scan-build make
362 362
363.PHONY: codespell
364codespell: clean
365 codespell --ignore-regex "UE|creat|shotcut|ether" src test
366
363# 367#
364# make test 368# make test
365# 369#