Skip to content

Instantly share code, notes, and snippets.

@khia
Created November 20, 2013 00: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 khia/7555082 to your computer and use it in GitHub Desktop.
Save khia/7555082 to your computer and use it in GitHub Desktop.
mix compile macro from different app
$ mix
==> common
Compiled lib/classes.ex
Generated common.app
==> macro
Compiled lib/method.ex
Generated macro.app
$ touch apps/common/lib/classes.ex
$ mix
==> common
Compiled lib/classes.ex
Generated common.app
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment