Skip to content

Commit

Permalink
Add cache cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
win32pro committed Jun 26, 2018
1 parent b43dfe6 commit 3d535da
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Makefile
Expand Up @@ -5,7 +5,6 @@ PACKAGES := go list ./... | grep -v /vendor | grep -v /out


product: clean
env GOOS=darwin GOARCH=amd64 go build -gcflags='-N -l' -o ${OUTPUT_DIR}/kubeturbo.osx ./cmd/kubeturbo
env GOOS=linux GOARCH=amd64 go build -o ${OUTPUT_DIR}/kubeturbo.linux ./cmd/kubeturbo

build: clean
Expand Down

0 comments on commit 3d535da

Please sign in to comment.