mirror of
https://github.com/badaix/snapcast.git
synced 2025-08-03 16:48:52 +02:00
add reformat target to Makefile
This commit is contained in:
parent
88b49ad2a0
commit
e0d25d02ab
1 changed files with 5 additions and 0 deletions
5
Makefile
5
Makefile
|
@ -2,6 +2,11 @@
|
|||
|
||||
all: client server
|
||||
|
||||
reformat:
|
||||
find client/ -iname *.h -o -iname *.hpp -o -iname *.cpp | xargs clang-format -i
|
||||
find server/ -iname *.h -o -iname *.hpp -o -iname *.cpp | xargs clang-format -i
|
||||
find common/ -iname *.h -o -iname *.hpp -o -iname *.cpp | xargs clang-format -i
|
||||
|
||||
server:
|
||||
$(MAKE) -C server
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue