Please note that I want to continue to use steel bars to complete other tasks.
One of my dependencies does not use rebar – it uses Makefile. How to get rebar to run This Makefile, instead of trying to compile the source itself?
Please note that I want to continue to use steel bars to complete other tasks.
Check the rebar.config example file, you can Mark the dependency as raw, which means it was not compiled by rebar. Then you can add a pre or post compilation hook to run make in that dependency directory. Assuming they have an OTP file structure, the rebar generate command should still be able to Get any Erlang applications built there.