@@ -11,14 +11,20 @@ endif
.RECIPEPREFIX = >
.PHONY: build
build: target/debug/toy
build:
> cargo build
.PHONY: clean
clean:
> cargo clean
target/debug/toy:
.PHONY: test
test:
> cargo test
.PHONY: run
run:
> cargo run
.PHONY: jaeger
jaeger:
The note is not visible to the blocked user.