diff --git a/Makefile b/Makefile index 9fc5b62..f3b84bd 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ GOGET=${GOCMD} get GOTEST=${GOCMD} test GORUN=${GOCMD} run -BINARY_NAME=bin/guest-agent-test-extension +BINARY_NAME=bin/GuestAgentTestExtension WINDOWS_BIN=$(BINARY_NAME)_windows.exe LINUX_BIN=$(BINARY_NAME)_linux