mcshader-lsp/server/Makefile
Noah Santschi-Cooney 88f165dd33
THE BIG MERGE v0.1
2020-08-03 01:57:19 +01:00

13 lines
No EOL
202 B
Makefile

.PHONY: watchtest build
watchtest:
RUST_BACKTRACE=0 cargo watch -x test -i Makefile
test:
RUST_LIB_BACKTRACE=0 RUST_BACKTRACE=0 cargo test
build:
cargo build
build-release:
cargo build --release