diff --git a/rebar.config b/rebar.config index 3d725b63..df224865 100644 --- a/rebar.config +++ b/rebar.config @@ -40,6 +40,17 @@ ]}. {plugins, [ - rebar_gdb_plugin + rebar_gdb_plugin, + {pc, {git, "git@github.com:blt/port_compiler.git", {branch, "blt-rebar_team_feedback_shuffle"}}} ]}. +{provider_hooks, + [ + {pre, + [ + {compile, {pc, compile}}, + {clean, {pc, clean}} + ] + } + ] +}.