Skip to content

Commit

Permalink
Update makefile, set CGO_ENABLED=0
Browse files Browse the repository at this point in the history
  • Loading branch information
andylibrian committed Feb 20, 2021
1 parent 86ffa69 commit 1004aaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.PHONY: default
default:
mkdir -p ./bin
go build -o ./bin/terjang ./cmd/terjang/
CGO_ENABLED=0 go build -a -o ./bin/terjang ./cmd/terjang/

prepare:
cd web; npm ci; cd -
Expand Down

0 comments on commit 1004aaa

Please # to comment.