Skip to content

Commit 8a8eae9

Browse files
author
jojimt
authored
Merge pull request #586 from dseevr/fix_clean_target
Makefile: update 'clean' target to delete the netplugin pkg directory rather than the root pkg directory
2 parents 0af7e47 + 630ea97 commit 8a8eae9

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)