Skip to content

Commit

Permalink
Update Makefile accordingly
Browse files Browse the repository at this point in the history
Signed-off-by: Florent Poinsard <[email protected]>
  • Loading branch information
frouioui committed Oct 9, 2024
1 parent 130b493 commit 088e757
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@
# See the License for the specific language governing permissions and
# limitations under the License.

install:
go build ./go/vitess-releaser.go
build:
go build -o vitess-releaser ./main.go
./vitess-releaser -v

0 comments on commit 088e757

Please sign in to comment.