ayn2op
3 ani în urmă
părinte
comite
dec0a61bcc
1 a modificat fișierele cu
0 adăugiri și
16 ștergeri
-
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)
|