summaryrefslogtreecommitdiff
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 c16ee05..4128ea0 100644
--- a/Makefile
+++ b/Makefile
@@ -168,7 +168,7 @@ bench: $(BENCHFILE)
} 2>&1 | grep 'real' | awk '{print $$2}' | python3 'bench/stats.py'
format:
- clang-format -style llvm -i src/*.c src/*.h
+ clang-format -style llvm -i src/*.c src/*.h api_test/*.c api_test/*.h
operf: $(CMARK)
operf $< < $(BENCHFILE) > /dev/null