Skip to content

Commit 630ea97

Browse files
committed
Makefile: update 'clean' target to delete the netplugin pkg directory rather than the root pkg directory
Signed-off-by: Bill Robinson <[email protected]>
1 parent 6eca380 commit 630ea97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ build:
8787
make stop
8888

8989
clean: deps
90-
rm -rf $(GOPATH)/pkg/*
90+
rm -rf $(GOPATH)/pkg/*/github.com/contiv/netplugin/
9191
go clean -i -v ./...
9292

9393
update:

0 commit comments

Comments
 (0)