Skip to content

Commit 8b353a8

Browse files
author
Eric Greer
authored
adding default build with local arch
1 parent 3a92d24 commit 8b353a8

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Makefile

+4-1
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,11 @@
22

33
SHELL := /bin/bash # Use bash syntax
44

5+
build:
6+
go build -v -o out/
7+
58
build-mac:
69
GOOS=darwin GOARCH=amd64 go build -v -o out/
710

811
build-linux:
9-
GOOS=linux GOARCH=amd64 go build -v -o out/
12+
GOOS=linux GOARCH=amd64 go build -v -o out/

0 commit comments

Comments
 (0)