UPDATE: go 1.25.5, new hdiffz

This commit is contained in:
2026-01-15 13:29:45 +07:00
parent 8491ad6444
commit 2a5e0d759e
3 changed files with 34 additions and 22 deletions

View File

@@ -3,7 +3,7 @@ APP_NAME = ldiff-converter.exe
all: build
build:
go build -o $(APP_NAME) ./
set GOOS=windows&& set GOARCH=amd64&& set CGO_ENABLED=0 && go build -buildvcs=false -trimpath -ldflags="-s -w" -o $(APP_NAME) ./
run: build
./$(APP_NAME)