aboutsummaryrefslogtreecommitdiffstats
path: root/build.config
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2014-11-07 14:31:19 +0200
committerLoïc Hoguin <[email protected]>2014-11-07 14:31:25 +0200
commitf670562a4a9898d22ea256ded06225f38e877f2e (patch)
treed7e41c8a389e20ba499ebad68716db21b4940e1e /build.config
parentb57f94661f5fd186f55eb0fead49849e0b1399d1 (diff)
downloadcowboy-f670562a4a9898d22ea256ded06225f38e877f2e.tar.gz
cowboy-f670562a4a9898d22ea256ded06225f38e877f2e.tar.bz2
cowboy-f670562a4a9898d22ea256ded06225f38e877f2e.zip
Update erlang.mk
This should fix an issue with DEPS on FreeBSD.
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