1 2 3 4 5 6 7 8 9 10
.PHONY: build clean distclean build: cargo build clean: cargo clean -p ma-did distclean: clean rm -rf target