9

Our makefile contains these lines:
bs: build-and-start
build-and-start:
[...]

So `make bs` is our go-to command

Comments
Add Comment