@@ -2,9 +2,12 @@ PLUGIN_NAME = mycelium-cni
CNI_PLUGINS_DIR = /opt/cni/bin
CNI_CONFIG_DIR = /etc/cni/net.d
.PHONY: build install clean test
.PHONY: build install clean test deps
build:
deps:
go mod tidy
build: deps
go build -o $(PLUGIN_NAME) .
install: build
The note is not visible to the blocked user.