mirror of
https://github.com/aria2/aria2.git
synced 2025-04-04 21:17:41 +03:00
Allow to run clang-format with external build dir
This commit is contained in:
parent
fc490ac05c
commit
e6e3cd2e32
1 changed files with 2 additions and 2 deletions
|
@ -35,5 +35,5 @@ dist_noinst_DATA = LICENSE.OpenSSL
|
||||||
clang-format:
|
clang-format:
|
||||||
CLANGFORMAT=`git config --get clangformat.binary`; \
|
CLANGFORMAT=`git config --get clangformat.binary`; \
|
||||||
test -z $${CLANGFORMAT} && CLANGFORMAT="clang-format"; \
|
test -z $${CLANGFORMAT} && CLANGFORMAT="clang-format"; \
|
||||||
$${CLANGFORMAT} -i src/*.{c,cc,h} src/includes/aria2/*.h \
|
$${CLANGFORMAT} -i $(top_srcdir)/src/*.{c,cc,h} $(top_srcdir)/src/includes/aria2/*.h \
|
||||||
examples/*.cc test/*.{cc,h}
|
$(top_srcdir)/examples/*.cc $(top_srcdir)/test/*.{cc,h}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue