.PHONY:all deps build clean doc testall:deps codegen builddeps:codegen:wapc generate codegen.yamlbuild:cargo build# Rust builds accrue disk space over time (specifically the target directory),
# so running `make clean` should be done periodically.
clean:cargo cleanrm -Rf builddoc:test:buildcargo test