about summary refs log tree commit diff
path: root/Makefile
diff options
context:
space:
mode:
authorAndrea Fioraldi <andreafioraldi@gmail.com>2019-09-02 18:49:43 +0200
committerAndrea Fioraldi <andreafioraldi@gmail.com>2019-09-02 18:49:43 +0200
commitb24639d0113e15933e749ea0f96abe3f25a134a0 (patch)
tree4272020625c80c0d6982d3787bebc573c0da01b8 /Makefile
parent2ae4ca91b48407add0e940ee13bd8b385e319a7a (diff)
downloadafl++-b24639d0113e15933e749ea0f96abe3f25a134a0.tar.gz
run code formatter
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