aboutsummaryrefslogtreecommitdiffstats
path: root/build.config
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2014-11-07 14:04:07 +0200
committerLoïc Hoguin <[email protected]>2014-11-07 14:04:07 +0200
commit2d9c0ec795d0f375f93785750b22045fee795676 (patch)
tree6f260950a9b9a5c7d9d1f47986e6801166f5137b /build.config
parent60f2f2fc4bfb314c654bd480ae78498ae5642023 (diff)
downloadcowlib-2d9c0ec795d0f375f93785750b22045fee795676.tar.gz
cowlib-2d9c0ec795d0f375f93785750b22045fee795676.tar.bz2
cowlib-2d9c0ec795d0f375f93785750b22045fee795676.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..87fd50d
--- /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