Basic Makefile to start with.

This commit is contained in:
DN2 2018-04-20 13:21:30 -07:00
parent b96256287b
commit 8d21b3d6bb
1 changed files with 2 additions and 0 deletions

2
core/poller/Makefile Normal file
View File

@ -0,0 +1,2 @@
all:
go build ./...