Files
gta-tools/justfile
T
2025-03-31 12:20:39 +01:00

7 lines
209 B
Makefile

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