add makefile

This commit is contained in:
Stephen McQuay 2018-01-09 16:31:38 -08:00
parent ee1d6d2b71
commit 18427cd305
Signed by: sm
GPG Key ID: 4E4B72F479BA3CE5
1 changed files with 5 additions and 0 deletions

5
Makefile Normal file
View File

@ -0,0 +1,5 @@
bin/hw: main.go bin
GOOS=linux go build -v -o bin/hw
bin:
mkdir bin