Fix Makefile build tag to not conflict with build directory.

This commit is contained in:
Shishir Mahajan 2020-05-18 17:11:46 -07:00
parent 231d573079
commit f1a882822b
No known key found for this signature in database
GPG Key ID: D41782E7688DEC4A

View File

@ -7,5 +7,6 @@ default: build
clean: ## Remove build artifacts
rm -rf ${PLUGIN_BINARY}
.PHONY: build
build:
go build -o ${PLUGIN_BINARY} .