diff --git a/Taskfile.yml b/Taskfile.yml index a13083ae..5a55a7d8 100644 --- a/Taskfile.yml +++ b/Taskfile.yml @@ -4,7 +4,7 @@ tasks: format: desc: Run clang-format over all project files cmds: - - clang-format -i -style=file src/erin_next*.cpp include/erin_next/*.h + - clang-format -i -style=file src/*.cpp include/**/*.h init: desc: Initialize the build directory cmds: