Files
gta-tools/justfile
T
2025-04-08 09:23:29 +01:00

10 lines
272 B
Makefile

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