summaryrefslogtreecommitdiff
path: root/Emakefile
diff options
context:
space:
mode:
authorMagnus Ahltorp <map@kth.se>2014-10-24 04:08:44 +0200
committerLinus Nordberg <linus@nordberg.se>2014-10-24 11:04:47 +0200
commit5aa3ec1345e15c74efc2f08a146eeb412550d428 (patch)
treeb96a2754df2c450b3d9cf083a4c9bcfa8cd30531 /Emakefile
parente820d0b615c935c71aca70b5a9d89388de8230c0 (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}]}.