{"id":13713468,"url":"https://github.com/joshi4/rmake","last_synced_at":"2026-05-25T23:04:41.847Z","repository":{"id":151965871,"uuid":"116432887","full_name":"joshi4/rmake","owner":"joshi4","description":"rmake finds makefiles so you don't have to","archived":false,"fork":false,"pushed_at":"2019-04-24T05:15:27.000Z","size":1940,"stargazers_count":5,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-08-24T17:47:05.689Z","etag":null,"topics":["builds","go","golang","make","makefile","recursive","rmake"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/joshi4.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2018-01-05T22:24:42.000Z","updated_at":"2024-08-20T22:26:57.000Z","dependencies_parsed_at":"2023-06-02T10:15:34.272Z","dependency_job_id":null,"html_url":"https://github.com/joshi4/rmake","commit_stats":null,"previous_names":["joshi4/gmake"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/joshi4/rmake","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joshi4%2Frmake","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joshi4%2Frmake/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joshi4%2Frmake/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joshi4%2Frmake/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/joshi4","download_url":"https://codeload.github.com/joshi4/rmake/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joshi4%2Frmake/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":272765602,"owners_count":24989397,"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","status":"online","status_checked_at":"2025-08-29T02:00:10.610Z","response_time":87,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["builds","go","golang","make","makefile","recursive","rmake"],"created_at":"2024-08-02T23:01:37.147Z","updated_at":"2026-05-25T23:04:36.800Z","avatar_url":"https://github.com/joshi4.png","language":"Go","funding_links":[],"categories":["Repositories"],"sub_categories":[],"readme":"# rmake\n\n## Usage\n\n`rmake` is a wrapper around make written in Go.\n\n`rmake` invokes make with any arguments that it was passed.\n\n`rmake` looks for a Makefile in the current working directory, if none is found it moves up to the parent directory.\n\nThis process is repeated till a Makefile is found or till the user's home directory is reached at which point `rmake` will make a best effort call to make from the original directory in which `rmake` was called\n\n## Install\n\nInstall `rmake` by running the following command in your shell.\n\n~~~sh\ngo get github.com/joshi4/rmake\n~~~\n\nTo install `go` and setup the work environment see [this link](https://golang.org/doc/install#install).\n\n**NOTE:** Make sure you've set the `GOPATH` variable correctly :)\n\n## Motivation\n\nThe most common mistake I make while using make ( no pun intended ) is to invoke the command from a child directory where no Makefile  is present.\n\nI estimate I run `make` about 50 - 100 times a day and hit the above error about 90% of the time. This tool is my attempt to solve this pain point.\n\n### Alternatives\n\nmake provides a -C flag which accepts the path to the make file but that defeats the purpose as it is more effort/time consuming to type it out.\n\nUsing your bash history reduces the pain of repeating the -C flag, however, that fails when you have to switch amongst different repos/makefiles quite frequently.\n\nInfact, using `rmake` will make it possible to use your bash history more consistently as `rmake test` or `rmake build` are common enough and the -C flag is abstracted away\n\n## Testing\n\nWe have a simple end to end test for rmake in CI. Please see the `.travis.yml` file\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjoshi4%2Frmake","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjoshi4%2Frmake","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjoshi4%2Frmake/lists"}