ExMake v0.0.0 Release Notes

Release Date: 2013-08-16 // over 10 years ago
  • ๐Ÿš€ This is the initial, alpha-quality release of ExMake. While it should work for many things in practice, expect bugs.

    Overview:

    • ๐Ÿ‘Œ Support for Make-style dependency chains.
    • ๐Ÿ‘Œ Support for Make-style phony rules (commands).
    • ๐Ÿ‘Œ Support for arbitrary Elixir code as recipes.
    • ๐Ÿ‘Œ Support for caching of the environment table and dependency graph.
    • ๐Ÿ‘Œ Support for parallel job execution with a specific amount of runners.
    • ๐Ÿ‘Œ Support for timing of various build steps.
    • ๐Ÿ‘Œ Support for loadable libraries that provide macros/functions to assist in writing build scripts.
    • Included library for Erlang source code compilation.
    • ๐Ÿ— Included library for building ExMake libraries.

    Built with Elixir 0.10.1.