Add 'reformat' alias for 'clang-format' since I naturally typed it twice already

This commit is contained in:
Christophe de Dinechin 2018-02-15 11:11:10 +01:00
parent 9f78375264
commit 2b7ddbe26f
1 changed files with 1 additions and 1 deletions

View File

@ -458,7 +458,7 @@ endif
# Clang format
#------------------------------------------------------------------------------
clang-format: $(CLANG_FORMAT_SOURCES:%=%.clang-format)
reformat clang-format: $(CLANG_FORMAT_SOURCES:%=%.clang-format)
%.clang-format:
$(PRINT_REFORMAT) clang-format $* > $*.tmp && mv $*.tmp $*