mirror of
https://github.com/Strum355/mcshader-lsp.git
synced 2025-08-04 00:49:17 +00:00

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
7 lines
No EOL
116 B
Makefile
7 lines
No EOL
116 B
Makefile
.PHONY: watchtest build
|
|
|
|
watchtest:
|
|
RUST_BACKTRACE=0 cargo watch -x test -i Makefile
|
|
|
|
build:
|
|
cargo build --release
|