add cargo fmt in Makefile, and exec make fmt
This commit is contained in:
parent
676fdd86b7
commit
2f610554f7
1 changed files with 2 additions and 0 deletions
2
Makefile
2
Makefile
|
@ -6,3 +6,5 @@ docker:
|
||||||
|
|
||||||
build_docker:
|
build_docker:
|
||||||
docker build -t ${DOCKER_NAME} .
|
docker build -t ${DOCKER_NAME} .
|
||||||
|
fmt:
|
||||||
|
cd os ; cargo fmt; cd ../user; cargo fmt; cd ..
|
Loading…
Add table
Add a link
Reference in a new issue