vaguerent/tools.go
Chris Roberts 09b1ebd7e1 Update Makefile output location and update targets
Write vagrant-go binaries into the ./bin directory. Add targets for
platforms and specific architectures.
2023-05-17 14:37:46 -07:00

11 lines
148 B
Go

// Copyright (c) HashiCorp, Inc.
// SPDX-License-Identifier: MPL-2.0
//go:build tools
package tools
import (
_ "github.com/randall77/makefat"
)