Skip to content

Commit

Permalink
Fix makefile default rule (#1396)
Browse files Browse the repository at this point in the history
  • Loading branch information
Marko Mikulicic authored and absoludity committed Dec 17, 2019
1 parent defb5e6 commit c5b0c86
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,17 @@ GOFMT = /usr/bin/env gofmt
IMAGE_TAG ?= dev-$(shell date +%FT%H-%M-%S-%Z)
VERSION ?= $$(git rev-parse HEAD)

default: all

include ./script/cluster-kind.mk
include ./script/cluster-openshift.mk
include ./script/deploy-dev.mk

IMG_MODIFIER ?=
IMG_MODIFIER ?=

GO_PACKAGES = ./...
# GO_FILES := $(shell find $(shell $(GO) list -f '{{.Dir}}' $(GO_PACKAGES)) -name \*.go)

default: all

all: kubeapps/dashboard kubeapps/apprepository-controller kubeapps/tiller-proxy kubeapps/kubeops

# TODO(miguel) Create Makefiles per component
Expand Down

0 comments on commit c5b0c86

Please sign in to comment.