esl / release_poller

3 stars 2 forks source link

add support for other OS environments and custom Makefiles #6

Open sescobb27 opened 6 years ago

sescobb27 commented 6 years ago

Support other OS e.g MS (nmake), BSD (gmake). Support custom Makefiles e.g Makefile.win

see: https://github.com/elixir-lang/elixir_make

ghost commented 6 years ago

I wouldn't worry about that too much for now - most likely this program will get deployed to docker anyway - meaning it'll run anywhere docker runs.