From c34d7363b61a9e00c986b79793bf7cdc03e9ea99 Mon Sep 17 00:00:00 2001 From: Trygve Laugstøl Date: Mon, 4 Mar 2024 09:15:01 +0100 Subject: wip --- tictactoe-2/apps/ttt/rebar.config | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 tictactoe-2/apps/ttt/rebar.config (limited to 'tictactoe-2/apps/ttt/rebar.config') diff --git a/tictactoe-2/apps/ttt/rebar.config b/tictactoe-2/apps/ttt/rebar.config new file mode 100644 index 0000000..59700d5 --- /dev/null +++ b/tictactoe-2/apps/ttt/rebar.config @@ -0,0 +1,7 @@ +{erl_opts, [debug_info]}. +{deps, [ +]}. + +{shell, [ + {apps, [ttt]} +]}. -- cgit v1.2.3