aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 73b063a..d3c2522 100644
--- a/Makefile
+++ b/Makefile
@@ -27,7 +27,7 @@ static-analysis:
.PHONY: security-analysis
security-analysis:
- $(CC_CANA) $(CFLAGS_CANA) ./src
+ $(CC_CANA) $(CFLAGS_CANA) $$(find ./src -maxdepth 1 -type f -name "*.c" -o -name "*.h")
.PHONY: clean
clean: