add cargo fmt in Makefile, and exec make fmt

ch3-coop
Yu Chen 3 years ago
parent 10098014a8
commit ba7f3333df

@ -6,3 +6,5 @@ docker:
build_docker:
docker build -t ${DOCKER_NAME} .
fmt:
cd os ; cargo fmt; cd ../user; cargo fmt; cd ..
Loading…
Cancel
Save