Skip to content

Commit

Permalink
Merge pull request #326 from SrinivasChilveri/makeIssue
Browse files Browse the repository at this point in the history
Fix issue in makefile
  • Loading branch information
volcano-sh-bot committed Jul 11, 2019
2 parents c1cbbc1 + a91216b commit 6e08482
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ all: vc-scheduler vc-controllers vc-admission vkctl
init:
mkdir -p ${BIN_DIR}

scheduler: init
vc-scheduler: init
go build -ldflags ${LD_FLAGS} -o=${BIN_DIR}/vc-scheduler ./cmd/scheduler

vc-controllers: init
Expand Down

0 comments on commit 6e08482

Please sign in to comment.