aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorFlorian Fischer <florian.fl.fischer@fau.de>2020-07-03 12:19:33 +0200
committerFlorian Fischer <florian.fl.fischer@fau.de>2020-07-03 12:19:33 +0200
commitee91214e72eb1e629d66ff5993f70d58915a3402 (patch)
tree1b61c2dce6bd30141e0ca0a6f92b40c08a60029e /Makefile
parenta82af5766c4f5edecae6e5e98580d27495896062 (diff)
downloadchattymalloc-ee91214e72eb1e629d66ff5993f70d58915a3402.tar.gz
chattymalloc-ee91214e72eb1e629d66ff5993f70d58915a3402.zip
[build] add yapf to check and format python code
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 1def4c2..bb96527 100644
--- a/Makefile
+++ b/Makefile
@@ -48,6 +48,7 @@ check: all check-format
format: all
ninja -C build clang-format
+ yapf -i -p $(shell find -path "build*" -prune -o -type f -name "*.py")
check-format:
./tools/check-format