We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 130b493 commit 088e757Copy full SHA for 088e757
Makefile
@@ -12,6 +12,6 @@
12
# See the License for the specific language governing permissions and
13
# limitations under the License.
14
15
-install:
16
- go build ./go/vitess-releaser.go
+build:
+ go build -o vitess-releaser ./main.go
17
./vitess-releaser -v
0 commit comments