The reason why it is a relative path is because mix compile is defined as a recursive task. So it literally changes the directory to inside each application and then compile its code.
2 Likes
The reason why it is a relative path is because mix compile is defined as a recursive task. So it literally changes the directory to inside each application and then compile its code.