1#phony dependency task that does nothing 2#"make executable" does not run if there is a ./executable directory, unless the task has a dependency 3phony: 4 5lint: 6 docker run --rm -v ${CURDIR}:/app -w /app golangci/golangci-lint:v1.23.8 golangci-lint run -v