Explorar el Código

Remove Makefile

ayn2op hace 3 años
padre
commit
dec0a61bcc
Se han modificado 1 ficheros con 0 adiciones y 16 borrados
  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)