Skip to content

Commit 088e757

Browse files
committed
Update Makefile accordingly
Signed-off-by: Florent Poinsard <[email protected]>
1 parent 130b493 commit 088e757

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
install:
16-
go build ./go/vitess-releaser.go
15+
build:
16+
go build -o vitess-releaser ./main.go
1717
./vitess-releaser -v

0 commit comments

Comments
 (0)