Skip to content

Commit

Permalink
Undo Makefile changes
Browse files Browse the repository at this point in the history
  • Loading branch information
gururajsh committed Jul 1, 2024
1 parent b32830e commit 44caad6
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
Expand Up @@ -177,9 +177,9 @@ out/cf-cli_osx: $(GOSRC)
GOARCH=amd64 GOOS=darwin go build \
-a -ldflags "$(LD_FLAGS)" -o out/cf-cli_osx .

out/cf-cli_macosarm: $(GOSRC)
out/cf-cli_osx_arm: $(GOSRC)
GOARCH=arm64 GOOS=darwin go build \
-a -ldflags "$(LD_FLAGS)" -o out/cf-cli_macosarm .
-a -ldflags "$(LD_FLAGS)" -o out/cf-cli_osx_arm .

out/cf-cli_win32.exe: $(GOSRC) rsrc.syso
GOARCH=386 GOOS=windows go build -tags="forceposix" -o out/cf-cli_win32.exe -ldflags "$(LD_FLAGS)" .
Expand Down

0 comments on commit 44caad6

Please sign in to comment.