diff --git a/Makefile b/Makefile index 68c880c..2cd568a 100644 --- a/Makefile +++ b/Makefile @@ -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