github.com/cockroachdb/cockroach@v20.2.0-alpha.1+incompatible/pkg/internal/sqlsmith/Makefile (about)

     1  # Use FORCE here because we want to regenerate when this makefile changes.
     2  gen-sampler-gen.go: FORCE
     3  	genny -in=sampler.tmpl -out=sampler.go gen "element=statement,tableExpr,selectStatement,scalarExpr"
     4  	../../../bin/crlfmt -w sampler.go >/dev/null
     5  FORCE: