diff options
author | Magnus Ahltorp <map@kth.se> | 2014-10-24 04:08:44 +0200 |
---|---|---|
committer | Magnus Ahltorp <map@kth.se> | 2014-10-24 04:59:00 +0200 |
commit | 02c3707c03bdcc607b05c0fdbfaeaa7f65774de9 (patch) | |
tree | 4aa1a538670ab0f587a16128e74cb6f7f1a1954d /Emakefile | |
parent | d008238b16416daf46f859e611f4c84d0a646523 (diff) |
Compile with parse_transform from lager
Diffstat (limited to 'Emakefile')
-rw-r--r-- | Emakefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -2,4 +2,5 @@ {["src/*", "test/*"], [debug_info, {i, "include/"}, - {outdir, "ebin/"}]}. + {outdir, "ebin/"}, + {parse_transform, lager_transform}]}. |