Passing to make additional nonvalue parameter (like make -e target) on module level

So I have working Makefile and want to run it via Ansible.

https://docs.ansible.com/ansible/make_module.html#options

But make module does not seem to support flags, just key-values, any idea how to make this work other way than command: make -e target?

Probably the easiest way is to run it via ‘shell’ command.

kind regards
Pshem