Moving files
This commit is contained in:
parent
aa6e029239
commit
118da7e573
4
Makefile
4
Makefile
@ -3,8 +3,8 @@ GOOS := $(GOOS)
|
|||||||
FLAGS := -ldflags "-s -w"
|
FLAGS := -ldflags "-s -w"
|
||||||
|
|
||||||
all:
|
all:
|
||||||
GOARCH=$$GOARCH GOOS=$$GOOS go build $(FLAGS) meshnamed.go
|
GOARCH=$$GOARCH GOOS=$$GOOS go build $(FLAGS) ./cmd/meshnamed
|
||||||
GOARCH=$$GOARCH GOOS=$$GOOS go build $(FLAGS) meshname.go
|
GOARCH=$$GOARCH GOOS=$$GOOS go build $(FLAGS) ./cmd/meshname
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
$(RM) meshnamed meshname meshnamed.exe meshname.exe
|
$(RM) meshnamed meshname meshnamed.exe meshname.exe
|
||||||
|
Loading…
Reference in New Issue
Block a user