Skip to content

Commit ff3cd2b

Browse files
committed
remove debugging echo
1 parent f89691c commit ff3cd2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ run:
1616
pgo: check-go-vars
1717
cd client && go build -o $(GOBIN)/pgo pgo.go
1818
clean: check-go-vars
19-
echo "rm -rf $(GOPATH)/pkg/* $(GOBIN)/*"
19+
rm -rf $(GOPATH)/pkg/* $(GOBIN)/*
2020
go get -u github.com/FiloSottile/gvt
2121
gvt restore
2222
operatorimage: check-go-vars

0 commit comments

Comments
 (0)