summaryrefslogtreecommitdiff
path: root/Emakefile
diff options
context:
space:
mode:
authorLinus Nordberg <linus@nordu.net>2014-04-29 16:56:09 +0200
committerLinus Nordberg <linus@nordu.net>2014-04-29 16:56:09 +0200
commit7c5a0789ba80f890c868e81b981315dd53e9dd94 (patch)
treea68cc11778fe4ea56ddb0bbaf9709960c0e71bcb /Emakefile
parent73a6c28e22991f2f6dc0ab303c1c5274f083de77 (diff)
Turn it all into an application.
Warning: Rough edges.
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/"}]}.