From ed8bb6d1e454b9ddc793f74f682bd80b1c728904 Mon Sep 17 00:00:00 2001 From: Linus Nordberg Date: Sun, 4 May 2014 19:52:13 +0200 Subject: Get going, first cut. add-chain looks like it might work properly. Not verified! --- Emakefile | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 Emakefile (limited to 'Emakefile') diff --git a/Emakefile b/Emakefile new file mode 100644 index 0000000..8869cf4 --- /dev/null +++ b/Emakefile @@ -0,0 +1,3 @@ +%% erl -make (-*- erlang -*-) +{"src/*", [debug_info, {i, "include/"}, {outdir, "ebin/"}]}. +{"test/*", [debug_info, {i, "include/"}, {outdir, "ebin/"}]}. -- cgit v1.1