added Makefile

This commit is contained in:
Paul 2019-06-05 22:57:59 +02:00
parent 1e60a4fd24
commit d732eedf77

5
Makefile Normal file
View File

@ -0,0 +1,5 @@
all: build
build: go build
clean: go clean