Skip to content

Instantly share code, notes, and snippets.

@c4urself
Created April 4, 2018 18:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save c4urself/bc128b163310f4df270329a88be322e5 to your computer and use it in GitHub Desktop.
Save c4urself/bc128b163310f4df270329a88be322e5 to your computer and use it in GitHub Desktop.
Bazel Talk 02
pex_binary(
name = "ingestion",
main = "manage.py",
deps = [
"//pkg-rubberband:rubberband",
]
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment