GNUmakefile: move clang format utility
Makes more sense to place in 'utils_maintenance'.
This commit is contained in:
@@ -517,7 +517,7 @@ update: .FORCE
|
||||
|
||||
format: .FORCE
|
||||
PATH="../lib/${OS_NCASE}/llvm/bin/:$(PATH)" \
|
||||
python3 source/tools/utils/clang_format_paths.py --expand-tabs $(PATHS)
|
||||
python3 source/tools/utils_maintenance/clang_format_paths.py --expand-tabs $(PATHS)
|
||||
|
||||
|
||||
# -----------------------------------------------------------------------------
|
||||
|
Reference in New Issue
Block a user