How to get rebar to run 'make' for a dependency?

Viewed 1216

One of my dependencies doesn't use rebar -- it uses a Makefile. How do I get rebar to run this Makefile, rather than attempting to compile the source itself?

Note that I'd like to continue using rebar for everything else.

2 Answers
Related