I have a service I want to run with the "make run" command in WSL via a new task in ConEmu. Right now I have in the commands section:
-new_console:d:C:\pathtofolder\folder wsl
How do I add on the "make run" command to be run AFTER WSL has launched in that folder? Currently when I try to add make run to the end of that, it tries to make in bash, not WSL.