objdiff
objdiff copied to clipboard
Add custom make args
A custom_make
option such as make MY_VALUE=1
is interpreted as an entire command with no arguments. So, to allow for custom arguments, I've added a custom_args
option.
I hope the README example makes sense, I haven't used Ninja before 🙃