aboutsummaryrefslogtreecommitdiff
path: root/ttt/rebar.config
diff options
context:
space:
mode:
authorTrygve Laugstøl <trygvis@inamo.no>2024-03-03 19:25:41 +0100
committerTrygve Laugstøl <trygvis@inamo.no>2024-03-03 19:25:41 +0100
commit0be77ac09408c13cc12b5953b9ac7459b549c202 (patch)
tree40176fc9983aa8b524af336284a354f559b63568 /ttt/rebar.config
parenta4c300e687600ae9c9559175362c7de6956a23e6 (diff)
downloaderlang-workshop-0be77ac09408c13cc12b5953b9ac7459b549c202.tar.gz
erlang-workshop-0be77ac09408c13cc12b5953b9ac7459b549c202.tar.bz2
erlang-workshop-0be77ac09408c13cc12b5953b9ac7459b549c202.tar.xz
erlang-workshop-0be77ac09408c13cc12b5953b9ac7459b549c202.zip
wip
Diffstat (limited to 'ttt/rebar.config')
-rw-r--r--ttt/rebar.config7
1 files changed, 7 insertions, 0 deletions
diff --git a/ttt/rebar.config b/ttt/rebar.config
new file mode 100644
index 0000000..59700d5
--- /dev/null
+++ b/ttt/rebar.config
@@ -0,0 +1,7 @@
+{erl_opts, [debug_info]}.
+{deps, [
+]}.
+
+{shell, [
+ {apps, [ttt]}
+]}.