Commit d11b7b48 authored by Vaibhav Gupta's avatar Vaibhav Gupta

software: Makefile: do not run flawfinder in 'include/'

Signed-off-by: 's avatarVaibhav Gupta <vaibhav.gupta@cern.ch>
parent d164e051
......@@ -27,4 +27,4 @@ $(DIRS):
$(MAKE) -C $@ $(ENV_VAR) $(TARGET)
flawfinder cppcheck:
for d in $(DIRS); do $(MAKE) -C $$d $@ || exit 1; done
for d in $(C_DIRS); do $(MAKE) -C $$d $@ || exit 1; done
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment