{"id":17992799,"url":"https://github.com/leostera/making-makefiles","last_synced_at":"2026-02-17T02:34:43.055Z","repository":{"id":141534896,"uuid":"81426224","full_name":"leostera/making-makefiles","owner":"leostera","description":"A small set of koans to learn about Makefiles","archived":false,"fork":false,"pushed_at":"2017-02-09T12:09:37.000Z","size":23,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-22T11:30:38.846Z","etag":null,"topics":["introduction","koans","makefile","presentation"],"latest_commit_sha":null,"homepage":"","language":"Vim script","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/leostera.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}},"created_at":"2017-02-09T08:15:57.000Z","updated_at":"2019-10-19T03:29:51.000Z","dependencies_parsed_at":null,"dependency_job_id":"8ff9f303-d0bc-4ac5-83bd-78ccb41994c9","html_url":"https://github.com/leostera/making-makefiles","commit_stats":null,"previous_names":["leostera/making-makefiles"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/leostera/making-makefiles","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leostera%2Fmaking-makefiles","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leostera%2Fmaking-makefiles/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leostera%2Fmaking-makefiles/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leostera%2Fmaking-makefiles/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/leostera","download_url":"https://codeload.github.com/leostera/making-makefiles/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leostera%2Fmaking-makefiles/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29531023,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-17T00:57:22.232Z","status":"online","status_checked_at":"2026-02-17T02:00:08.105Z","response_time":100,"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":["introduction","koans","makefile","presentation"],"created_at":"2024-10-29T20:09:16.780Z","updated_at":"2026-02-17T02:34:43.024Z","avatar_url":"https://github.com/leostera.png","language":"Vim script","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Making Makefiles\n\nA brief Lunch \u0026 Learn about Makefiles\n\nClone from: https://github.com/ostera/making-makefiles\n\nby @ostera\n\n\n# History\n\nMake was created a long time ago. It's been around since 1976.\n\nBefore Make there used to come bundled both `make` and `install` shell scripts\nthat would help building and installing the project.\n\nLastly, it's ultimate purpose was to abstract out dependency tracking, allow for\ncomposability of targets, and handling of files/archives.\n\n\n# Trivia\n\n1. It has at least 4 rewrites (bmake, pmake, fmake, nmake)\n2. Was created at Bell Labs by Stuart Feldman\n3. Fedlman got the 2003 ACM Software System Award for it\n\n\n# Composition\n\n### Targets\n\n* Typically define files in the file system\n* Are checked for modification time\n* May have Dependencies (Other Targets)\n\n\n# Composition\n\n### Variables\n\n* Can be input from the outside world\n* Can have default values\n* Can be exported for scripts and other makefiles\n\n\n# Hands-On\n\nWe need to know 3 things:\n\n1. We invoke a target by naming it: `make target-name`\n2. We specify a different makefile with the flag `-f path/to/makefile`\n3. The file extension is just a convention\n\nWithout further ado...\n\n\n# The End\n\nQuestions?\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fleostera%2Fmaking-makefiles","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fleostera%2Fmaking-makefiles","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fleostera%2Fmaking-makefiles/lists"}