{"id":17255345,"url":"https://github.com/krisnova/makefile","last_synced_at":"2025-09-03T18:44:36.293Z","repository":{"id":42447449,"uuid":"108308098","full_name":"krisnova/Makefile","owner":"krisnova","description":"Makefile example. All Makefiles should have \"help\"","archived":false,"fork":false,"pushed_at":"2022-04-05T17:23:53.000Z","size":7,"stargazers_count":17,"open_issues_count":6,"forks_count":3,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-27T19:39:40.574Z","etag":null,"topics":["command","example","gist","github","grep","help","krisnova","make","makefile","nova","sample"],"latest_commit_sha":null,"homepage":"","language":"Makefile","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/krisnova.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-10-25T18:17:42.000Z","updated_at":"2025-03-22T22:30:19.000Z","dependencies_parsed_at":"2022-08-27T00:31:09.471Z","dependency_job_id":null,"html_url":"https://github.com/krisnova/Makefile","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/krisnova%2FMakefile","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/krisnova%2FMakefile/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/krisnova%2FMakefile/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/krisnova%2FMakefile/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/krisnova","download_url":"https://codeload.github.com/krisnova/Makefile/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248830424,"owners_count":21168272,"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":["command","example","gist","github","grep","help","krisnova","make","makefile","nova","sample"],"created_at":"2024-10-15T07:11:22.782Z","updated_at":"2025-04-14T05:41:45.933Z","avatar_url":"https://github.com/krisnova.png","language":"Makefile","readme":"# Makefile\n\nThere is a legendary `make help` target that has been floating around my career.\n\nThe idea is that you can add a simple `help` target to your makefile. Then get `make help` for free just by adding comments to a target.\n\n```\nexample: ## Any double commented target now becomes help!\n```\n\n---\n\n### Sebastian Gryczan\n\nContributed by [@sgryczan](https://github.com/sgryczan).\n\n```bash\nhelp:\n\t@grep -E '^[a-zA-Z_-]+:.*?## .*$$' $(MAKEFILE_LIST) | sort | awk 'BEGIN {FS = \":.*?## \"}; {printf \"\\033[32m%-30s\\033[0m %s\\n\", $$1, $$2}'\n\t\n```\n\n### Kris Nóva\n\nContributed by [@kris-nova](https://github.com/kris-nova).\n\n```bash\n.PHONY: help\nhelp:  ## Show help messages for make targets\n\t@grep -E '^[a-zA-Z_-]+:.*?## .*$$' $(MAKEFILE_LIST) | sort | awk 'BEGIN {FS = \":.*?## \"}; {printf \"\\033[32m%-30s\\033[0m %s\\n\", $$1, $$2}'\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkrisnova%2Fmakefile","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkrisnova%2Fmakefile","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkrisnova%2Fmakefile/lists"}