Update erlang.mk
This commit is contained in:
parent
ab27c63e10
commit
758308af9f
|
|
@ -1,43 +0,0 @@
|
||||||
# Do *not* comment or remove core modules
|
|
||||||
# unless you know what you are doing.
|
|
||||||
#
|
|
||||||
# Feel free to comment plugins out however.
|
|
||||||
|
|
||||||
# Core modules.
|
|
||||||
core/core
|
|
||||||
index/*
|
|
||||||
core/index
|
|
||||||
core/deps
|
|
||||||
|
|
||||||
# Plugins that must run before Erlang code gets compiled.
|
|
||||||
plugins/erlydtl
|
|
||||||
plugins/protobuffs
|
|
||||||
|
|
||||||
# Core modules, continued.
|
|
||||||
core/erlc
|
|
||||||
core/docs
|
|
||||||
core/rel
|
|
||||||
core/test
|
|
||||||
core/compat
|
|
||||||
|
|
||||||
# Plugins.
|
|
||||||
plugins/asciidoc
|
|
||||||
plugins/bootstrap
|
|
||||||
plugins/c_src
|
|
||||||
plugins/ci
|
|
||||||
plugins/ct
|
|
||||||
plugins/dialyzer
|
|
||||||
plugins/edoc
|
|
||||||
plugins/elvis
|
|
||||||
plugins/escript
|
|
||||||
# plugins/eunit
|
|
||||||
plugins/relx
|
|
||||||
plugins/shell
|
|
||||||
plugins/triq
|
|
||||||
plugins/xref
|
|
||||||
|
|
||||||
# Plugins enhancing the functionality of other plugins.
|
|
||||||
plugins/cover
|
|
||||||
|
|
||||||
# Core modules which can use variables from plugins.
|
|
||||||
core/deps-tools
|
|
||||||
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue