Skip to content
This repository was archived by the owner on Nov 26, 2023. It is now read-only.

Commit 0e02ccd

Browse files
author
fiatjaf
committed
build for windows.
1 parent 992f585 commit 0e02ccd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
all:
22
mkdir -p dist
3-
gox -ldflags="-s -w" -tags="full" -osarch="darwin/amd64 linux/386 linux/amd64 linux/arm freebsd/amd64" -output="dist/jiq_{{.OS}}_{{.Arch}}" github.com/fiatjaf/jiq/cmd/jiq
3+
gox -ldflags="-s -w" -tags="full" -osarch="darwin/amd64 linux/386 linux/amd64 linux/arm freebsd/amd64 windows/amd64" -output="dist/jiq_{{.OS}}_{{.Arch}}" github.com/fiatjaf/jiq/cmd/jiq

0 commit comments

Comments
 (0)