From 525ec22812f3f56c7da6064be034a808eca4d43c Mon Sep 17 00:00:00 2001 From: Linus Nordberg Date: Sun, 4 May 2014 22:56:41 +0200 Subject: Reformat Emakefile a bit. --- Emakefile | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'Emakefile') 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/"}]}. -- cgit v1.1