I'm assuming since you have a Makefile.win that you also support Windows.
Anyways, when I go to compile the dependcies, I get the following from mix:
==> hoedown
cc -g -O3 -ansi -pedantic -Wall -Wextra -Wno-unused-parameter -Isrc -c -o src/autolink.o src/autolink.c
make: cc: Command not found
Makefile:80: recipe for target 'src/autolink.o' failed
make: *** [src/autolink.o] Error 127
==> markdown_server
** (Mix) Could not compile dependency hoedown, make command failed. If you want to recompile this dependency, please run: mix deps.compile hoedown
I'm not sure if this is from your library or hoedown. Can you please take a look?
Thanks.