Add basic makefile

This commit is contained in:
Gregory Eremin 2018-11-09 01:11:12 +01:00
parent ac07b6a997
commit 681ca59d22

5
Makefile Normal file
View File

@ -0,0 +1,5 @@
install:
dep ensure
test:
go test -v ./test