load("@rules_cc//cc:defs.bzl", "cc_binary") cc_binary( name = "$REPO_NAME", srcs = ["$REPO_NAME.c"], )