{"id":15010077,"url":"https://github.com/elixir-lang/elixir_make","last_synced_at":"2025-10-22T21:48:09.207Z","repository":{"id":8555057,"uuid":"58818949","full_name":"elixir-lang/elixir_make","owner":"elixir-lang","description":"A Make compiler for Mix","archived":false,"fork":false,"pushed_at":"2025-01-28T09:31:16.000Z","size":173,"stargazers_count":192,"open_issues_count":0,"forks_count":46,"subscribers_count":17,"default_branch":"master","last_synced_at":"2025-05-03T07:03:29.143Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Elixir","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/elixir-lang.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-05-14T16:47:37.000Z","updated_at":"2025-02-24T16:12:59.000Z","dependencies_parsed_at":"2024-06-18T12:32:19.763Z","dependency_job_id":"6225be13-ae6c-4f07-96a7-3e1a26ac79c5","html_url":"https://github.com/elixir-lang/elixir_make","commit_stats":{"total_commits":128,"total_committers":24,"mean_commits":5.333333333333333,"dds":0.6640625,"last_synced_commit":"3d303c64db1212dee27779d50f94dc8f99fb54b2"},"previous_names":[],"tags_count":28,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elixir-lang%2Felixir_make","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elixir-lang%2Felixir_make/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elixir-lang%2Felixir_make/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elixir-lang%2Felixir_make/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/elixir-lang","download_url":"https://codeload.github.com/elixir-lang/elixir_make/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254076849,"owners_count":22010611,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-09-24T19:29:50.971Z","updated_at":"2025-10-22T21:48:09.147Z","avatar_url":"https://github.com/elixir-lang.png","language":"Elixir","funding_links":[],"categories":[],"sub_categories":[],"readme":"# A Make compiler for Mix\n\n[![Build Status](https://github.com/elixir-lang/elixir_make/workflows/CI/badge.svg)](https://github.com/elixir-lang/elixir_make/actions)\n[![Hex version](https://img.shields.io/hexpm/v/elixir_make.svg \"Hex version\")](https://hex.pm/packages/elixir_make)\n\nThis project provides a Mix compiler that makes it straight-forward to use makefiles in your Mix projects.\n\n## Documentation\n\nAPI documentation is available at [https://hexdocs.pm/elixir_make](https://hexdocs.pm/elixir_make)\n\n## Usage\n\nThe package can be installed by adding `elixir_make` to your list of dependencies in `mix.exs`:\n\n```elixir\ndef deps do\n  [{:elixir_make, \"~\u003e 0.4\", runtime: false}]\nend\n```\n\nStill in your `mix.exs` file, you will need to add `:elixir_make` to your list of compilers in `project/0`:\n\n```elixir\ncompilers: [:elixir_make] ++ Mix.compilers,\n```\n\nAnd that's it. The command above will invoke `make` for Unix, `nmake` for Windows and `gmake` for FreeBSD and OpenBSD. A \"Makefile\" file is expected at your project root for Unix systems and \"Makefile.win\" for Windows systems. Run `mix help compile.elixir_make` for more information and options.\n\n## Publishing a package to Hex.pm\n\nWhen publishing a package to Hex.pm using `elixir_make` requires you to add\nany file (such as the Makefile and any source files) to the `files` option.\nSee [the hex docs](https://hex.pm/docs/publish#adding-metadata-to-code-classinlinemixexscode)\n\n```elixir\n  defp package do\n    [\n      # ...\n      files: [\n        \"lib\", \"LICENSE\", \"mix.exs\", \"README.md\", # These are the default files\n        \"src/*.[ch]\", \"Makefile\"], # You will need to add something like this.\n      # ...\n    ]\n  end\n```\n\n## License\n\nSame as Elixir.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Felixir-lang%2Felixir_make","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Felixir-lang%2Felixir_make","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Felixir-lang%2Felixir_make/lists"}