Skip to content

Instantly share code, notes, and snippets.

@leostera
Created January 12, 2021 20:57
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 leostera/6533ba0640e9fca2818451b5be1a03fb to your computer and use it in GitHub Desktop.
Save leostera/6533ba0640e9fca2818451b5be1a03fb to your computer and use it in GitHub Desktop.
[[erlang_library]]
name = "lib"
deps = [ "//a:lib" ]
[[erlang_application]]
name = "b_app"
config = "b.app.src"
deps = [ ":lib" ]
[[otp_release]]
name = "my_release"
config = "sys.config"
deps = [ ":b_app", "//a:a_app" ]
[[archive]]
name = "rel"
srcs = []
deps = [":my_release"]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment