{"id":14156137,"url":"https://github.com/tsertkov/makefiles","last_synced_at":"2026-03-19T01:02:43.278Z","repository":{"id":226200781,"uuid":"768011355","full_name":"tsertkov/makefiles","owner":"tsertkov","description":"Reusable makefiles collection","archived":false,"fork":false,"pushed_at":"2024-03-13T08:44:08.000Z","size":12,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-02-01T23:41:42.500Z","etag":null,"topics":["make","makefile"],"latest_commit_sha":null,"homepage":"","language":"Makefile","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/tsertkov.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}},"created_at":"2024-03-06T10:01:36.000Z","updated_at":"2024-04-06T20:26:53.000Z","dependencies_parsed_at":"2024-04-12T00:12:41.312Z","dependency_job_id":"53fa03f4-e0bf-4ac5-9e44-fc311459c8e6","html_url":"https://github.com/tsertkov/makefiles","commit_stats":null,"previous_names":["tsertkov/makefiles"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tsertkov%2Fmakefiles","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tsertkov%2Fmakefiles/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tsertkov%2Fmakefiles/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tsertkov%2Fmakefiles/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tsertkov","download_url":"https://codeload.github.com/tsertkov/makefiles/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245924499,"owners_count":20694731,"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":["make","makefile"],"created_at":"2024-08-17T08:05:14.553Z","updated_at":"2026-01-06T23:07:38.207Z","avatar_url":"https://github.com/tsertkov.png","language":"Makefile","funding_links":[],"categories":["others"],"sub_categories":[],"readme":"# makefiles\n\nReusable Makefiles collection.\n\n## Usage\n\nInclude base makefile with `include makefiles/Makefile.base.mk` in your Makefile.\n\nInclude additional makefiles as needed.\n\n## List of makefiles\n\n- `Makefile.base.mk` - base makefile\n- `Makefile.logs.mk` - makefile with `logs-*` targets\n- `Makefile.aws.mk` - makefile with `aws-*` targets\n\n### Makefile.base.mk\n\nBase makefile that must be included in your Makefile.\n\nTargets:\n\n- `list` - prints HELP_SCREEN variable\n- `require-%` - guard asserting executable\n- `assert-%` - guard asserting environment variable\n\nFunctions:\n\n- `$(call _announce_target,$(TARGET_NAME))` - print target name\n\n### Makefile.logs.mk\n\nTargets:\n\n- `logs-api` - tail api logs\n- `logs-lambda` - tail lambda logs\n- `logs-access` - CloudFront access logs with `goaccess`\n\n### Makefile.aws.mk\n\nTargets:\n\n- `aws-cf-outputs` - print cloudformation stack outputs\n\nFunctions:\n\n- `$(call aws_cf_output,$(STACK_NAME),$(AWS_REGION),$(OUTPUT_NAME))` - get cloudformation stack single output value\n- `$(call aws_region_to_short_name,$(AWS_REGION))` - convert region full name to region code\n\n## Testing\n\nRun `make test` to ensure that all makefiles have valid syntax.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftsertkov%2Fmakefiles","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftsertkov%2Fmakefiles","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftsertkov%2Fmakefiles/lists"}