summaryrefslogtreecommitdiff
path: root/Emakefile
diff options
context:
space:
mode:
authorMagnus Ahltorp <map@kth.se>2014-10-24 04:08:44 +0200
committerMagnus Ahltorp <map@kth.se>2014-10-24 04:08:44 +0200
commit3e43d0c819e95a75b850c298cfe9904ed180ac16 (patch)
tree2a14ada6b5a0332a0e4a83d4af2d5893c486cb06 /Emakefile
parent838828891320fd5b6c97df74327c6163521517cc (diff)
Compile with parse_transform from lager
Diffstat (limited to 'Emakefile')
-rw-r--r--Emakefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Emakefile b/Emakefile
index a42a6ee..f6cea09 100644
--- a/Emakefile
+++ b/Emakefile
@@ -2,4 +2,5 @@
{["src/*", "test/*"],
[debug_info,
{i, "include/"},
- {outdir, "ebin/"}]}.
+ {outdir, "ebin/"},
+ {parse_transform, lager_transform}]}.