mcshader-lsp/server/Makefile
Noah Santschi-Cooney 1abc8c4832
Document links handler: first revision
Doesnt differentiate between absolute and relative links yet
Needs tests smh
Move graph.get_includes out of graph.rs?
Finally make graph generic???
Move IncludePosition out of main.rs?
Hotel? Trivago
2020-06-11 01:58:21 +01:00

7 lines
No EOL
116 B
Makefile

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