From 245fa2c0b8eff5cbd1fbf07cec78d3005eeded0f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Sat, 16 May 2015 12:34:08 +0300 Subject: Add protobuffs plugin to compile *.proto files --- build.config | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) (limited to 'build.config') 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 -- cgit v1.2.3