aboutsummaryrefslogtreecommitdiffstats
path: root/build.config
diff options
context:
space:
mode:
Diffstat (limited to 'build.config')
-rw-r--r--build.config15
1 files changed, 10 insertions, 5 deletions
diff --git a/build.config b/build.config
index d68eaff..c1bf936 100644
--- a/build.config
+++ b/build.config
@@ -1,16 +1,21 @@
-# Core modules.
+# Do *not* comment or remove core modules
+# unless you know what you are doing.
#
-# Do *not* comment or remove them
-# unless you know what you are doing!
+# Feel free to comment plugins out however.
+
+# Core modules.
core/core
core/deps
+
+# Plugins that must run before Erlang code gets compiled.
+plugins/protobuffs
+
+# Core modules, continued.
core/erlc
core/docs
core/test
# Plugins.
-#
-# Comment to disable, uncomment to enable.
plugins/asciidoc
plugins/bootstrap
plugins/c_src