Files
gta-tools/justfile
T
2025-04-17 03:41:24 +01:00

7 lines
212 B
Makefile

set windows-shell := ["pwsh", "-NoLogo", "-NoProfileLoadTime", "-Command"]
install:
cargo build --release
cp .\target\release\gta-tools.exe ~\.cargo\bin
cp .\target\release\gta-tools.exe ~\Documents