1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
default: all all: build test run-demos build: @cargo build test: @cargo test run-demos: @cargo run --example=color-caller @cargo run --example=no-caller @cargo run --example=no-color @cargo run --example=from-config