X-Git-Url: https://jxself.org/git/?p=open-adventure.git;a=blobdiff_plain;f=Makefile;fp=Makefile;h=2e81dfc3bb862e6c959869a6667cb58a87d7dae5;hp=9c837d26e6608aae653e471e0b8ccfdd774796d9;hb=1ef39055f3e4fb7c1bd84804a994c20b87301521;hpb=0175344caaadc9a7c80c17834f8b21b490a102a1 diff --git a/Makefile b/Makefile index 9c837d2..2e81dfc 100644 --- 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.