Skip to content

Commit 333d153

Browse files
authored
Merge pull request #120 from vitessio/move-main-to-top-level
Move the main file to the top-level-directory
2 parents 7bccfc3 + 088e757 commit 333d153

File tree

2 files changed

+2
-2
lines changed

2 files 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
File renamed without changes.

0 commit comments

Comments
 (0)