Format metatarget
This commit is contained in:
parent
e13dce000a
commit
1515fcd2cf
1 changed files with 5 additions and 1 deletions
6
Makefile
6
Makefile
|
@ -17,4 +17,8 @@ clean:
|
||||||
make -C $$dir clean; \
|
make -C $$dir clean; \
|
||||||
done
|
done
|
||||||
|
|
||||||
.PHONY: build clean test
|
format:
|
||||||
|
find . -type f \( -name "*.cpp" -o -name "*.h" -o -name "*.c" \) -exec clang-format -i {} \;
|
||||||
|
|
||||||
|
|
||||||
|
.PHONY: build clean test format
|
||||||
|
|
Loading…
Reference in a new issue