about summary refs log tree commit diff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 6eb6f871..edf3d99b 100644
--- a/Makefile
+++ b/Makefile
@@ -159,8 +159,8 @@ afl-gotcpu: src/afl-gotcpu.c $(COMM_HDR) | test_x86
 
 
 code-format:
-	./.custom-format.py -i src/*
-	./.custom-format.py -i include/*
+	./.custom-format.py -i src/*.c
+	./.custom-format.py -i include/*.h
 	./.custom-format.py -i libdislocator/*.c 
 	./.custom-format.py -i libtokencap/*.c 
 	./.custom-format.py -i llvm_mode/*.c