Don't build meshname util by default
This commit is contained in:
parent
2d9042a983
commit
041fdff2a8
3
Makefile
3
Makefile
@ -4,9 +4,8 @@ FLAGS := -ldflags "-s -w"
|
|||||||
|
|
||||||
all:
|
all:
|
||||||
GOARCH=$$GOARCH GOOS=$$GOOS go build $(FLAGS) ./cmd/meshnamed
|
GOARCH=$$GOARCH GOOS=$$GOOS go build $(FLAGS) ./cmd/meshnamed
|
||||||
GOARCH=$$GOARCH GOOS=$$GOOS go build $(FLAGS) ./cmd/meshname
|
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
$(RM) meshnamed meshname meshnamed.exe meshname.exe
|
$(RM) meshnamed meshnamed.exe
|
||||||
|
|
||||||
.PHONY: all clean
|
.PHONY: all clean
|
||||||
|
Loading…
Reference in New Issue
Block a user