diff --git a/Makefile b/Makefile index 0090c57..336ba17 100755 --- a/Makefile +++ b/Makefile @@ -9,7 +9,7 @@ LDFLAGS=-ldflags "-s -w" all: ${TARGET} -.PHONY: ${TARGET} +.PHONY: ${TARGET} run install uninstall clean ${TARGET}: go build -o bin/$@ ${LDFLAGS} cmd/$@/main.go