From 7c5a0789ba80f890c868e81b981315dd53e9dd94 Mon Sep 17 00:00:00 2001 From: Linus Nordberg Date: Tue, 29 Apr 2014 16:56:09 +0200 Subject: Turn it all into an application. Warning: Rough edges. --- 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