projects
/
open-adventure.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0175344
)
Make reflow run black.
author
Eric S. Raymond
<esr@thyrsus.com>
Sun, 4 Feb 2024 15:07:58 +0000
(10:07 -0500)
committer
Eric S. Raymond
<esr@thyrsus.com>
Sun, 4 Feb 2024 15:07:58 +0000
(10:07 -0500)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index 9c837d26e6608aae653e471e0b8ccfdd774796d9..2e81dfc3bb862e6c959869a6667cb58a87d7dae5 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-70,6
+70,7
@@
check: advent cheat
reflow:
@clang-format --style="{IndentWidth: 8, UseTab: ForIndentation}" -i $$(find . -name "*.[ch]")
+ @black --quiet *.py
# Requires gcov, lcov, libasan6, and libubsan1
# The last two are Ubuntu names, might vary on other distributions.