bimr-kernel/Makefile
2026-08-31 10:10:18 +02:00

7 lines
70 B
Makefile

.PHONY: doc test
doc:
cargo doc --no-deps --open
test:
cargo test