aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile
index 49d42ab..2ca55ec 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -27,7 +27,7 @@ check:
$(MAKE) -C tools check
cloc: clean
- cloc ./*.c ./*.h
+ cloc $(filter-out compat.h, $(wildcard *.c) $(wildcard *.h))
include tests/debug.mk