mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-01-12 15:59:58 -05:00
Use xargs to avoid long command lines
This commit is contained in:
parent
07bc9a7b4b
commit
0b6eb3b30e
@ -52,8 +52,5 @@ endforeach ()
|
||||
|
||||
add_custom_target(
|
||||
format
|
||||
COMMAND clang-format
|
||||
-style=file
|
||||
-i
|
||||
${ALL_SOURCE_FILES}
|
||||
COMMAND echo ${ALL_SOURCE_FILES} | xargs clang-format -style=file -i
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user