mirror of
https://github.com/docker/compose.git
synced 2026-08-04 14:47:40 +00:00
Remove unused variables
Signed-off-by: Christopher Crone <christopher.crone@docker.com>
This commit is contained in:
parent
247fa56ee1
commit
9920fe2284
1 changed files with 0 additions and 4 deletions
4
Makefile
4
Makefile
|
|
@ -23,10 +23,6 @@
|
|||
# ARISING FROM, OUT OF OR IN CONNECTION WITH
|
||||
# THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
||||
|
||||
GOOS ?= $(shell go env GOOS)
|
||||
GOARCH ?= $(shell go env GOARCH)
|
||||
PWD = $(shell pwd)
|
||||
|
||||
export DOCKER_BUILDKIT=1
|
||||
|
||||
all: cli
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue