Fix formatting target

This commit is contained in:
Imbus 2025-01-11 17:54:08 +01:00
parent b5bb0bc2ca
commit c55321e6f1

View file

@ -18,7 +18,7 @@ clean:
done done
format: 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 .PHONY: build clean test format