elixir_make
elixir_make copied to clipboard
A Make compiler for Mix
This PR adds support for precompilation. (linking PR at [elixir-nx/stb_image#22](https://github.com/elixir-nx/stb_image/pull/22)). I'll add more inline docs etc, but the code should be mostly okay for a first review. :)
Hi, Current Pelemay builds native code by calling make from itself after generating code and Makefile by a macro. If `elixir_make` will support a feature building after executing a macro,...
It would be beneficial for windows build tools (alright, I mean just `nmake`) to get Windows-compatible environment variables. For example `ERTS_INCLUDE_DIR` in nmake resolves to `c:/Program Files/erl10.3/erts-10.3/include` instead of `c:\Program...
So #37 made me think. The majority of Elixir projects will write `Makefile` for GNU make, so developers expects that `elixir_make` will always use it. That PR added netbsd, but...
improvements to precompiler as discussed in #56
Hi @cocoa-xu! I have been looking at the code and I think we can simplify the precompiler implementation if we move the logic for zipping/checksuming to `elixir_make`. The idea would...
Hi this PR improves user experience by generating a checksum file for each target and assembling the final `checksum.exs` file using the generated checksum files over the actual binary files....
@josevalim and @wojtekmach I noticed that the build has failed for Elixir 1.9.4 and OTP 20.3 and the likely reason is that the `ubuntu-latest` is pointing to a hex otp...
which includes DragonFly support. That makes my life easier :)