12
justfile
12
justfile
@@ -5,10 +5,20 @@ tb_setup_mac:
|
||||
ln -s $(pwd)/trenchbroom/hedz/hedz.fgd "$HOME/Library/Application Support/TrenchBroom/games/hedz/hedz.fgd" | true
|
||||
ln -s $(pwd)/trenchbroom/hedz/GameConfig.cfg "$HOME/Library/Application Support/TrenchBroom/games/hedz/GameConfig.cfg" | true
|
||||
|
||||
run:
|
||||
RUST_BACKTRACE=1 cargo r --bin hedz_reloaded
|
||||
|
||||
dbg:
|
||||
RUST_BACKTRACE=1 cargo r --features dbg
|
||||
RUST_BACKTRACE=1 cargo r --bin hedz_reloaded --features dbg
|
||||
|
||||
dbg-server:
|
||||
RUST_BACKTRACE=1 cargo r --bin server --features dbg
|
||||
|
||||
sort:
|
||||
cargo sort
|
||||
|
||||
check:
|
||||
cargo sort --check --workspace
|
||||
cargo fmt --check
|
||||
cargo b
|
||||
cargo test
|
||||
|
||||
Reference in New Issue
Block a user