Format metatarget

This commit is contained in:
Imbus 2025-01-11 17:45:25 +01:00
parent e13dce000a
commit 1515fcd2cf

View file

@ -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