summaryrefslogtreecommitdiff
path: root/Emakefile
diff options
context:
space:
mode:
Diffstat (limited to 'Emakefile')
-rw-r--r--Emakefile3
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/"}]}.