Logo

0x5a.live

for different kinds of informations and explorations.

GitHub - jarednorman/dismake: a "compiler" (as in `Mix.compilers`) for Elixir that just runs make

a "compiler" (as in `Mix.compilers`) for Elixir that just runs make - jarednorman/dismake

Visit SiteGitHub - jarednorman/dismake: a "compiler" (as in `Mix.compilers`) for Elixir that just runs make

GitHub - jarednorman/dismake: a "compiler" (as in `Mix.compilers`) for Elixir that just runs make

a "compiler" (as in `Mix.compilers`) for Elixir that just runs make - jarednorman/dismake

Powered by 0x5a.live ๐Ÿ’—

Dismake

Dismake is a "compiler" (as in Mix.compilers) for Elixir that just runs make.

Usage

defmodule SampleApp.Mixfile do
  use Mix.Project

  def project do
    [app: :sample_app,
     version: "0.0.1",
     elixir: "~> 1.0",
     # Add it to your compilers:
     compilers: [:make] ++ Mix.compilers,
     deps: deps]
  end

  def application do
    [applications: [:logger]]
  end

  defp deps do
    # And add it to your dependencies.
    [{:dismake, "~> 1.0.0"}]
  end
end

Elixir Resources

are all listed below.

Resources

listed to get explored on!!

Made with โค๏ธ

to provide different kinds of informations and resources.