forked from LaconicNetwork/kompose
Switch to 'make bin' instead of 'make binary'
I keep mistyping this when creating the binary as per other projects that use it commonly (it's usually `make bin` instead of `make binary`).
This commit is contained in:
@@ -1,3 +1,18 @@
|
||||
|
||||
# Copyright 2016 The Kubernetes Authors.
|
||||
#
|
||||
# Licensed under the Apache License, Version 2.0 (the "License");
|
||||
# you may not use this file except in compliance with the License.
|
||||
# You may obtain a copy of the License at
|
||||
#
|
||||
# http://www.apache.org/licenses/LICENSE-2.0
|
||||
#
|
||||
# Unless required by applicable law or agreed to in writing, software
|
||||
# distributed under the License is distributed on an "AS IS" BASIS,
|
||||
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
.PHONY: all
|
||||
|
||||
KOMPOSE_ENVS := \
|
||||
@@ -9,15 +24,15 @@ KOMPOSE_ENVS := \
|
||||
|
||||
BIND_DIR := bundles
|
||||
|
||||
default: binary
|
||||
default: bin
|
||||
|
||||
all:
|
||||
all: validate
|
||||
CGO_ENABLED=1 ./script/make.sh
|
||||
|
||||
binary:
|
||||
bin:
|
||||
CGO_ENABLED=1 ./script/make.sh binary
|
||||
|
||||
binary-cross:
|
||||
cross:
|
||||
# CGO_ENABLED=1 ./script/make.sh binary-cross
|
||||
./script/make.sh binary-cross
|
||||
|
||||
|
||||
Reference in New Issue
Block a user