Skip to content

Commit 560f21a

Browse files
James DeFelicejdef
authored andcommitted
lib/go: "make clean" removes generated bindings
1 parent 0831e13 commit 560f21a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/go/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ build: $(CSI_A)
121121

122122
clean:
123123
go clean -i ./...
124-
rm -f "$(CSI_A)"
124+
rm -f "$(CSI_A)" "$(CSI_GO)" "$(CSI_GO_TMP)"
125125

126126
clobber: clean
127127
rm -fr "$(PROTOC)" "$(PROTOC_GEN_GO)" "$(CSI_PKG)"

0 commit comments

Comments
 (0)