diff options
| author | Florian Fischer <florian.fl.fischer@fau.de> | 2020-06-03 13:31:09 +0200 |
|---|---|---|
| committer | Florian Fischer <florian.fl.fischer@fau.de> | 2020-06-03 13:31:09 +0200 |
| commit | 1b68d9a6b39875167c495f0fecd4628ada5b4999 (patch) | |
| tree | 0f1286e0f4b743ce53343c75c9fa9cc4672625c9 | |
| parent | 96d3625724bc405f4f727a88c25c6efdf08bfcfb (diff) | |
| download | allocbench-1b68d9a6b39875167c495f0fecd4628ada5b4999.tar.gz allocbench-1b68d9a6b39875167c495f0fecd4628ada5b4999.zip | |
[make] fix check-format target
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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/*" |
