diff options
author | Linus Nordberg <linus@nordberg.se> | 2014-05-04 19:52:13 +0200 |
---|---|---|
committer | Linus Nordberg <linus@nordberg.se> | 2014-05-04 19:52:13 +0200 |
commit | ed8bb6d1e454b9ddc793f74f682bd80b1c728904 (patch) | |
tree | ae81a24c1e7bbafd0a169ef94d8fada9d9403408 /Emakefile | |
parent | 68f6bdf0f88322867b35a6ae35a0c4c3ea641884 (diff) |
Get going, first cut.
add-chain looks like it might work properly. Not verified!
Diffstat (limited to 'Emakefile')
-rw-r--r-- | Emakefile | 3 |
1 files changed, 3 insertions, 0 deletions
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/"}]}. |