diff --git a/Makefile b/Makefile index ac15864cc..e655faa7d 100644 --- a/Makefile +++ b/Makefile @@ -65,6 +65,7 @@ clean: @rm -f support/*.test @chmod -Rf u+w go/ || true @rm -rf go .cache + @cargo clean generate: GOARCH=$(NATIVE_ARCH) go generate ./...