Skip to content

Commit

Permalink
fixed makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
OutboundSpade committed Jan 22, 2023
1 parent a2520c9 commit 317aabe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
all: build-windows build-linux build-mac build-mac-amd64
all: build-windows build-linux build-mac

export CGO_ENABLED=0
NAME=markf
CGO_ENABLED=0

build-windows:
GOOS=windows GOARCH=386 go build -o bin/$(NAME)-windows-i32.exe
Expand Down

0 comments on commit 317aabe

Please sign in to comment.