diff options
author | Loïc Hoguin <[email protected]> | 2014-07-30 17:06:43 +0200 |
---|---|---|
committer | Loïc Hoguin <[email protected]> | 2014-07-30 17:06:43 +0200 |
commit | 02315af3eb3f716a6b92f9529ffca9496356e1b7 (patch) | |
tree | 0980e0683414c0f798a79033d8f1fd5738b0f12d /build.config | |
parent | 075bde12e01d20fbe986f45e135261712a4cd13e (diff) | |
download | erlang.mk-02315af3eb3f716a6b92f9529ffca9496356e1b7.tar.gz erlang.mk-02315af3eb3f716a6b92f9529ffca9496356e1b7.tar.bz2 erlang.mk-02315af3eb3f716a6b92f9529ffca9496356e1b7.zip |
Add bootstrap plugin
Diffstat (limited to 'build.config')
-rw-r--r-- | build.config | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/build.config b/build.config index cdd4115..7440d0d 100644 --- a/build.config +++ b/build.config @@ -9,6 +9,7 @@ core/erlc # Plugins. # # Comment to disable, uncomment to enable. +plugins/bootstrap #plugins/c_src plugins/ct plugins/dialyzer |