Don't build meshname util by default

This commit is contained in:
George 2020-02-09 04:27:16 -05:00
parent 2d9042a983
commit 041fdff2a8

View File

@ -4,9 +4,8 @@ FLAGS := -ldflags "-s -w"
all:
GOARCH=$$GOARCH GOOS=$$GOOS go build $(FLAGS) ./cmd/meshnamed
GOARCH=$$GOARCH GOOS=$$GOOS go build $(FLAGS) ./cmd/meshname
clean:
$(RM) meshnamed meshname meshnamed.exe meshname.exe
$(RM) meshnamed meshnamed.exe
.PHONY: all clean