Building the plain list item context.

This commit is contained in:
Tom Alexander
2023-03-25 14:10:22 -04:00
parent 4a863e92ff
commit e6752b9d83
7 changed files with 110 additions and 28 deletions

View File

@@ -11,14 +11,20 @@ endif
.RECIPEPREFIX = >
.PHONY: build
build: target/debug/toy
build:
> cargo build
.PHONY: clean
clean:
> cargo clean
target/debug/toy:
> cargo build
.PHONY: test
test:
> cargo test
.PHONY: run
run:
> cargo run
.PHONY: jaeger
jaeger: