From 941dccdf92a36ce1244dd388408e1ac6d785a54f Mon Sep 17 00:00:00 2001 From: sanmiguel Date: Mon, 20 Jul 2015 20:47:41 +0100 Subject: [PATCH] Emakefile can be useful during development --- Emakefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Emakefile b/Emakefile index ed82b18..6887b94 100644 --- a/Emakefile +++ b/Emakefile @@ -1,2 +1,3 @@ -{"src/*", [debug_info, {outdir, "ebin"}, {i, "include"}]}. -{"ct/*", [debug_info, {outdir, "ct"}, {i, "include"}]}. +{"src/*", [debug_info, {outdir, "ebin"}, {i, "src"}]}. +{"examples/*", [debug_info, {outdir, "examples"}, {i, "src"}]}. +{"test/*", [debug_info, {outdir, "test"}, {i, "src"}]}.