aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Fischer <florian.fl.fischer@fau.de>2020-06-03 13:31:09 +0200
committerFlorian Fischer <florian.fl.fischer@fau.de>2020-06-03 13:31:09 +0200
commit1b68d9a6b39875167c495f0fecd4628ada5b4999 (patch)
tree0f1286e0f4b743ce53343c75c9fa9cc4672625c9
parent96d3625724bc405f4f727a88c25c6efdf08bfcfb (diff)
downloadallocbench-1b68d9a6b39875167c495f0fecd4628ada5b4999.tar.gz
allocbench-1b68d9a6b39875167c495f0fecd4628ada5b4999.zip
[make] fix check-format target
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index b75388a..51e6153 100644
--- a/Makefile
+++ b/Makefile
@@ -54,7 +54,7 @@ format:
yapf -i $(PYTHONFILES)
check-format:
- yapf -q -d $(PYTHONFILES)
+ yapf -d $(PYTHONFILES)
tags:
ctags -R --exclude="build/*" --exclude="cache/*" --exclude="doc/*" --exclude="results/*"