Fix formatting target
This commit is contained in:
parent
b5bb0bc2ca
commit
c55321e6f1
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -18,7 +18,7 @@ clean:
|
|||
done
|
||||
|
||||
format:
|
||||
find . -type f \( -name "*.cpp" -o -name "*.h" -o -name "*.c" \) -exec clang-format -i {} \;
|
||||
find . -type f \( -name "*.cc" -o -name "*.cpp" -o -name "*.h" -o -name "*.c" \) -exec clang-format -i {} \;
|
||||
|
||||
|
||||
.PHONY: build clean test format
|
||||
|
|
Loading…
Reference in a new issue