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
+2 -2
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