Skip to content

Commit

Permalink
added Liqo Agent dependecies generation in Liqo Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
AbakusW authored and mlavacca committed Nov 16, 2020
1 parent 8b670a4 commit eeaeea5
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion Makefile
Expand Up @@ -9,7 +9,7 @@ else
GOBIN=$(shell go env GOBIN)
endif

gen: generate fmt vet manifests
gen: generate agent-dependencies-gen fmt vet manifests

#run all tests
test: unit e2e
Expand Down Expand Up @@ -50,6 +50,11 @@ vet:
generate: controller-gen
$(CONTROLLER_GEN) object:headerFile="hack/boilerplate.go.txt" paths="./..."

# Generate Liqo Agent dependencies
agent-dependencies-gen:
chmod +x ./scripts/tray-agent/make_icon.sh
./scripts/tray-agent/make_icon.sh

# find or download controller-gen
# download controller-gen if necessary
controller-gen:
Expand Down

0 comments on commit eeaeea5

Please sign in to comment.