Skip to content
This repository was archived by the owner on Nov 26, 2024. It is now read-only.

Commit 3ca822d

Browse files
author
Michel Casabianca
committed
Copy install script with generated binaries
1 parent 30853c1 commit 3ca822d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ binaries: # Generate binaries
3939
$(title)
4040
@mkdir -p $(BUILD_DIR)/bin
4141
@gox -ldflags "-X main.Version=$(VERSION) -s -f" -osarch '$(GOOSARCH)' -output=$(BUILD_DIR)/bin/{{.Dir}}-{{.OS}}-{{.Arch}} $(GOPACKAGE)
42+
@cp install $(BUILD_DIR)/bin/
4243

4344
release: clean lint test integ binaries # Perform release (must pass VERSION=X.Y.Z on command line)
4445
@if [ "$(VERSION)" = "UNKNOWN" ]; then \

0 commit comments

Comments
 (0)