Format
This commit is contained in:
parent
b93903166a
commit
b542c22bc2
2 changed files with 276 additions and 2 deletions
4
Makefile
4
Makefile
|
@ -27,10 +27,10 @@ clang-tidy:
|
|||
cppcheck:
|
||||
cppcheck --enable=all --language=c++ --std=c++17 --suppress=missingIncludeSystem -I/usr/include $(SRC) $(HDR)
|
||||
|
||||
clang-format:
|
||||
format:
|
||||
clang-format -i $(SRC) $(HDR)
|
||||
|
||||
clean:
|
||||
rm -f *.o *.elf words.txt
|
||||
|
||||
.PHONY: clean all lint clang-tidy cppcheck clang-format
|
||||
.PHONY: clean all lint clang-tidy cppcheck format
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue