mirror of
https://git.hackfreedom.org/mesh.cat/meshname.git
synced 2026-05-22 06:22:32 +00:00
Moving files
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user