aboutsummaryrefslogtreecommitdiff
path: root/learn-you-some-erlang/erlcount-1.0/Emakefile
diff options
context:
space:
mode:
Diffstat (limited to 'learn-you-some-erlang/erlcount-1.0/Emakefile')
-rw-r--r--learn-you-some-erlang/erlcount-1.0/Emakefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/learn-you-some-erlang/erlcount-1.0/Emakefile b/learn-you-some-erlang/erlcount-1.0/Emakefile
new file mode 100644
index 0000000..76e98fc
--- /dev/null
+++ b/learn-you-some-erlang/erlcount-1.0/Emakefile
@@ -0,0 +1,4 @@
+{"src/*", [debug_info, {i,"include/"}, {outdir, "ebin/"}]}.
+%% The TESTDIR macro assumes the file is running from the 'erlcount-1.0'
+%% directory, sitting within 'learn-you-some-erlang/'.
+{"test/*", [debug_info, {i,"include/"}, {outdir, "ebin/"}, {d, 'TESTDIR', ".."}]}.