mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-04-25 16:36:54 +02:00
make fmt
make task
Signed-off-by: Erik Hollensbe <git@hollensbe.org>
This commit is contained in:
parent
17ea66f255
commit
ef6512cbea
1 changed files with 4 additions and 0 deletions
4
Makefile
4
Makefile
|
@ -6,6 +6,10 @@ clean: FORCE
|
|||
test:
|
||||
for i in */Cargo.toml; do cd $$(dirname $$i); cargo test || exit 1; cd ..; done
|
||||
|
||||
fmt:
|
||||
set extglob; for i in */Cargo.toml; do cd $$(dirname $$i); rustfmt **/*.rs || exit 1; cd ..; done
|
||||
|
||||
|
||||
FORCE:
|
||||
|
||||
.PHONY: test
|
||||
|
|
Loading…
Add table
Reference in a new issue