aboutsummaryrefslogtreecommitdiffstats
path: root/build.config
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2014-11-06 16:59:41 +0200
committerLoïc Hoguin <[email protected]>2014-11-06 16:59:41 +0200
commit09b4bb201d48dacb61fbf6b16bae9b4291f20572 (patch)
treeeef460352d192ff0fa1bb72051d362a6c08405dc /build.config
parent8a223b232384eefb7baf35127ac7678a9590a0c5 (diff)
downloadranch-09b4bb201d48dacb61fbf6b16bae9b4291f20572.tar.gz
ranch-09b4bb201d48dacb61fbf6b16bae9b4291f20572.tar.bz2
ranch-09b4bb201d48dacb61fbf6b16bae9b4291f20572.zip
Update erlang.mk
Diffstat (limited to 'build.config')
-rw-r--r--build.config20
1 files changed, 20 insertions, 0 deletions
diff --git a/build.config b/build.config
new file mode 100644
index 0000000..9813fb4
--- /dev/null
+++ b/build.config
@@ -0,0 +1,20 @@
+# Core modules.
+#
+# Do *not* comment or remove them
+# unless you know what you are doing!
+core/core
+core/deps
+core/erlc
+
+# Plugins.
+#
+# Comment to disable, uncomment to enable.
+plugins/bootstrap
+#plugins/c_src
+plugins/ct
+plugins/dialyzer
+#plugins/edoc
+plugins/elvis
+#plugins/erlydtl
+plugins/relx
+plugins/shell