Skip to content

Commit

Permalink
static build
Browse files Browse the repository at this point in the history
  • Loading branch information
ariary committed Sep 2, 2022
1 parent 4da3590 commit 1139e5a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ before.build:
build.tacos:
@echo "build in ${PWD}";go build cmd/tacos/tacos.go

build.tacos.static:
@echo "build in ${PWD}";CGO_ENABLED=0 go build cmd/tacos/tacos.go

build.tacos.windows:
@echo "build in ${PWD}";GOOS=windows go build cmd/tacos/tacos.go

Expand Down

0 comments on commit 1139e5a

Please sign in to comment.