Skip to content

Commit

Permalink
Add Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
Kris Hicks committed Jun 28, 2017
1 parent bfb49c8 commit fb67cac
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
CGO_ENABLED=0

all: linux

linux:
GOOS=linux GOARCH=amd64 go build -o pg2mysql_linux cmd/pg2mysql/main.go

clean:
rm pg2mysql_linux

0 comments on commit fb67cac

Please sign in to comment.