1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
all: test build build: cargo build release: cargo build --release test: cargo test clean-cache: cargo clean clean: clean-data rm -f target/release/mehdb clean-data: rm -f *.bin benchmark: clean-data release ./target/release/mehdb