Skip to content

Commit

Permalink
fix the fixed makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Moser committed Jul 29, 2020
1 parent 0ca5275 commit c3cf98d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@

all: build-go
all: kubeexec

build-go: kubeexec


kubeexec: exec.go
GO111MODULE=on go build -o kubeexec github.com/MoserMichael/s9k

init:
Expand Down

0 comments on commit c3cf98d

Please sign in to comment.