{"id":42415,"url":"https://github.com/adelarsq/awesome-make","name":"awesome-make","description":"A list about Make resources 🛠","projects_count":44,"last_synced_at":"2026-03-07T01:00:42.845Z","repository":{"id":150210692,"uuid":"225511646","full_name":"adelarsq/awesome-make","owner":"adelarsq","description":"A list about Make resources 🛠","archived":false,"fork":false,"pushed_at":"2025-06-20T13:57:48.000Z","size":58,"stargazers_count":73,"open_issues_count":1,"forks_count":9,"subscribers_count":2,"default_branch":"master","last_synced_at":"2026-02-22T03:45:23.095Z","etag":null,"topics":["awesome-list","make","makefile","tooling"],"latest_commit_sha":null,"homepage":"","language":null,"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/adelarsq.png","metadata":{"files":{"readme":"README.md","changelog":null,"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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2019-12-03T02:21:06.000Z","updated_at":"2026-02-13T04:20:38.000Z","dependencies_parsed_at":"2024-03-13T16:03:12.608Z","dependency_job_id":"4e849153-cc7e-434a-8edb-ab247b829d39","html_url":"https://github.com/adelarsq/awesome-make","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/adelarsq/awesome-make","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adelarsq%2Fawesome-make","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adelarsq%2Fawesome-make/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adelarsq%2Fawesome-make/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adelarsq%2Fawesome-make/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/adelarsq","download_url":"https://codeload.github.com/adelarsq/awesome-make/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adelarsq%2Fawesome-make/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30204444,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-06T19:07:06.838Z","status":"ssl_error","status_checked_at":"2026-03-06T18:57:34.882Z","response_time":250,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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"}},"readme":"# Awesome Make 🛠\n\n- [Official Reference](https://www.gnu.org/s/make/manual/make.html)\n\n## Docs/Tutorials\n\n- [Makefile Tutorial](http://makefiletutorial.com)\n- [New make --shuffle mode](https://trofi.github.io/posts/238-new-make-shuffle-mode.html)\n\n## Improving Make\n\n- [Self-Documented Makefile](https://marmelab.com/blog/2016/02/29/auto-documented-makefile.html)\n- [Make2Tap](https://www.npmjs.com/package/make2tap) - Leverage Tap to transform the make outputs into nice readable ones\n\n## Lint and Highlight\n\n- [CheckMake](https://github.com/mrtazz/checkmake)\n- [Tree Sitter Support](https://github.com/alemuller/tree-sitter-make)\n- [Bake](https://github.com/EbodShojaei/bake) - Python-based Makefile formatter and linter that enforces consistent formatting according to Makefile best practices\n\n## Templates\n\n- [Ultimate Go Make](https://github.com/crazywolf132/ultimate-gomake)\n\n## Alternatives\n\n- [dotnet-run-script](https://github.com/xt0rted/dotnet-run-script) (.NET - F#/C#)\n- [Erlang.mk](https://erlang.mk) (Erlang)\n- [Fake](https://github.com/fsprojects/FAKE) (F#)\n- [FsMake](https://github.com/seanamos/FsMake) (F#)\n- [Just](https://github.com/casey/just) (Rust) [HN](https://news.ycombinator.com/item?id=34315779)\n- [Mage](https://github.com/magefile/mage) (Go)\n- [Meson](https://mesonbuild.com) (Python)\n- [Ninja](https://github.com/ninja-build/ninja)\n- [shmux](https://github.com/shmux/shmux)\n- [shikaan/shmux](https://github.com/shikaan/shmux) [HN](https://news.ycombinator.com/item?id=34119355)\n- [Task](https://github.com/go-task/task) (Go)\n- [Alternatives list on Github](https://github.com/topics/make)\n- [bld](https://rife2.com/bld) (Java)\n- [Maven](https://maven.apache.org) (Java)\n- [Gradle](https://gradle.org) (Java)\n\n## Tools\n\n### Plugins\n\n- [ptethng/telescope-makefile](https://github.com/ptethng/telescope-makefile) - Simple [telescope](https://github.com/nvim-telescope/telescope.nvim) extension to run GNU Make targets in [Neovim](https://neovim.io)\n\n## Bugs\n\n- [Can GNU make handle filenames with spaces?](https://stackoverflow.com/questions/9838384/can-gnu-make-handle-filenames-with-spaces)\n\n## Others\n\n- [Seamlessly Run Composer On HHVM Inside Docker: Introducing make-docker-command](https://marmelab.com/blog/2014/09/10/make-docker-command.html)\n- [The Language Agnostic, All-Purpose, Incredible, Makefile](https://news.ycombinator.com/item?id=21566530)\n- [Automation and Make](https://swcarpentry.github.io/make-novice)\n- [Recursive Make](https://www.gnu.org/software/make/manual/html_node/Recursion.html) - can be used to simplify the build on large projects\n- [Makefiles, best practices](https://danyspin97.org/blog/makefiles-best-practices)\n- [Your Makefiles are wrong](https://tech.davis-hansson.com/p/make/)\n- [Using Makefile(s) for Go](https://news.ycombinator.com/item?id=21735176)\n- [Polyglot Makefiles](http://agdr.org/2020/05/14/Polyglot-Makefiles.html)\n  - [HN](https://news.ycombinator.com/item?id=23193952)\n- [The Makefile I use with JavaScript projects](https://www.olioapps.com/blog/the-lost-art-of-the-makefile)\n  - [HN](https://news.ycombinator.com/item?id=16483889)\n- [Makefiles for Web Work](https://rosszurowski.com/log/2022/makefiles)\n  - [HN](https://news.ycombinator.com/item?id=34330198)\n- [Makefile to compile a Maven/Gradle-style project layout using a custom JDK](https://gist.github.com/GavinRay97/bd7e36f3db9d3414b680d30a70f71f32)\n- [Make Developing Easier by Building a Beautiful Makefile](https://8thlight.com/insights/make-developing-easier-by-building-a-beautiful-makefile)\n- [The AWK book’s 60-line version of Make](https://benhoyt.com/writings/awk-make/)\n- [Managing dotfiles with Make](https://www.matheusmoreira.com/articles/managing-dotfiles-with-make)\n\n## Videos\n\n- [CMake Basic Setup](https://m.youtube.com/watch?v=SEQMa-nonPg)\n","created_at":"2024-01-13T21:18:22.313Z","updated_at":"2026-03-07T01:00:42.845Z","primary_language":null,"list_of_lists":false,"displayable":true,"categories":["Others","Bugs","Docs/Tutorials","Improving Make","Alternatives","Videos","Lint and Highlight","Templates","Uncategorized","Tools"],"sub_categories":["Plugins","Uncategorized"],"projects_url":"https://awesome.ecosyste.ms/api/v1/lists/adelarsq%2Fawesome-make/projects"}