I have been following https://elixir-lang.org/install.html and https://github.com/elixir-lang/elixir/wiki/Windows in order to install Elixir on my Windows 10 device.
I got Erlang downloaded via Chocolatey and tried to install elixir by "Compiling from source". I reached the "Compiling Elixir" step and after running make I reached this error.
make: *** No rule to make target 'C:/Program', needed by 'lib/elixir/ebin/elixir.app'. Stop.
Admittedly I am not that familiar with working on the terminal and setting environment variables so I had a few difficulties here and there (which I believe I fixed), looking up this problem online didn't lead me to find what went wrong.