浏览代码

Remove Makefile

ayn2op 3 年之前
父节点
当前提交
dec0a61bcc
共有 1 个文件被更改,包括 0 次插入16 次删除
  1. 0 16
      Makefile

+ 0 - 16
Makefile

@@ -1,16 +0,0 @@
-FLAGS=-ldflags "-s -w"
-
-.PHONY: all
-all: clean fmt build
-
-.PHONY: clean
-clean:
-	go clean
-
-.PHONY: fmt
-fmt:
-	gofmt -d -e -s .
-
-.PHONY: build
-build:
-	go build $(FLAGS)