summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLinus Nordberg <linus@nordu.net>2014-05-04 22:56:41 +0200
committerLinus Nordberg <linus@nordu.net>2014-05-04 22:56:41 +0200
commit525ec22812f3f56c7da6064be034a808eca4d43c (patch)
treebc73f6d164f11a17c619ce341a6b74851457929b
parent04750f39bbfb6dbbac704938263a0542c3de5403 (diff)
Reformat Emakefile a bit.
-rw-r--r--Emakefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/Emakefile b/Emakefile
index 8869cf4..a42a6ee 100644
--- a/Emakefile
+++ b/Emakefile
@@ -1,3 +1,5 @@
-%% erl -make (-*- erlang -*-)
-{"src/*", [debug_info, {i, "include/"}, {outdir, "ebin/"}]}.
-{"test/*", [debug_info, {i, "include/"}, {outdir, "ebin/"}]}.
+%% erl -make (-*- erlang -*-)
+{["src/*", "test/*"],
+ [debug_info,
+ {i, "include/"},
+ {outdir, "ebin/"}]}.