diff --git a/Makefile b/Makefile deleted file mode 100644 index f33aae4..0000000 --- a/Makefile +++ /dev/null @@ -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