aboutsummaryrefslogtreecommitdiffstats
path: root/build.config
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2014-11-07 14:25:34 +0200
committerLoïc Hoguin <[email protected]>2014-11-07 14:25:34 +0200
commit903f6f4c7d7aca0432e8f8ac3c1790e82b1428fd (patch)
treeda54db89f33fdd1fc9b663837b4dc3fbe06ab8f4 /build.config
parentb87150c713fe16601b314451b2fe25b62bd820bb (diff)
downloadcowboy-903f6f4c7d7aca0432e8f8ac3c1790e82b1428fd.tar.gz
cowboy-903f6f4c7d7aca0432e8f8ac3c1790e82b1428fd.tar.bz2
cowboy-903f6f4c7d7aca0432e8f8ac3c1790e82b1428fd.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..cae6cf3
--- /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