diff --git a/Makefile b/Makefile index 6937c59..8a40517 100644 --- a/Makefile +++ b/Makefile @@ -4,6 +4,6 @@ clean: -rm ./compliance compliance: - env CGO_ENABLED=0 go build -o compliance -buildvcs=false -v . + env CGO_ENABLED=0 go mod download golang.org/x/sys && go build -o compliance -buildvcs=false -v . .PHONY: clean