aboutsummaryrefslogtreecommitdiffstats
path: root/build.config
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2015-05-16 12:34:08 +0300
committerLoïc Hoguin <[email protected]>2015-05-16 12:34:08 +0300
commit245fa2c0b8eff5cbd1fbf07cec78d3005eeded0f (patch)
tree17055d15d39767fa6c2a6032c6d8d3b02829f31d /build.config
parent7f9f7ff3ada0259534d31e57bd791ff87923906a (diff)
downloaderlang.mk-245fa2c0b8eff5cbd1fbf07cec78d3005eeded0f.tar.gz
erlang.mk-245fa2c0b8eff5cbd1fbf07cec78d3005eeded0f.tar.bz2
erlang.mk-245fa2c0b8eff5cbd1fbf07cec78d3005eeded0f.zip
Add protobuffs plugin to compile *.proto files
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