remove makefile

This commit is contained in:
Gokcehan 2016-09-01 18:26:50 +03:00
parent 05600cc324
commit cb2ab07659

View File

@ -1,12 +0,0 @@
all: build
build:
CGO_ENABLED=0 go build -ldflags '-s'
install:
mv lf $(GOPATH)/bin
test:
go test
.PHONY: all test