Moving files

This commit is contained in:
George 2020-02-02 15:31:04 -05:00
parent aa6e029239
commit 118da7e573
4 changed files with 3 additions and 3 deletions

View File

@ -3,8 +3,8 @@ GOOS := $(GOOS)
FLAGS := -ldflags "-s -w"
all:
GOARCH=$$GOARCH GOOS=$$GOOS go build $(FLAGS) meshnamed.go
GOARCH=$$GOARCH GOOS=$$GOOS go build $(FLAGS) meshname.go
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

2
go.mod
View File

@ -2,4 +2,4 @@ module github.com/zhoreeq/meshname
go 1.13
require github.com/miekg/dns v1.1.27 // indirect
require github.com/miekg/dns v1.1.27