aboutsummaryrefslogtreecommitdiff
path: root/example/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'example/Makefile.in')
-rw-r--r--example/Makefile.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/example/Makefile.in b/example/Makefile.in
index 370eb2b2f..4e14ca9be 100644
--- a/example/Makefile.in
+++ b/example/Makefile.in
@@ -74,6 +74,9 @@ dpdk:
$(MAKE) -f Makefile.dpdk
check:
+ true # nothing to do here
+
+cppcheck:
cppcheck --template='{file}:{line}:{severity}:{message}' --quiet --enable=all --force -I$(SRCHOME)/include *.c
clean: