{"id":18080680,"url":"https://github.com/omaraflak/gmake2","last_synced_at":"2025-04-05T22:16:42.473Z","repository":{"id":82863453,"uuid":"143702650","full_name":"omaraflak/gmake2","owner":"omaraflak","description":"Makefile generator v2.","archived":false,"fork":false,"pushed_at":"2018-08-08T09:26:35.000Z","size":29,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-12T03:20:03.149Z","etag":null,"topics":["gmake","makefile"],"latest_commit_sha":null,"homepage":null,"language":"C++","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/omaraflak.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}},"created_at":"2018-08-06T08:58:50.000Z","updated_at":"2025-01-01T22:54:47.000Z","dependencies_parsed_at":"2023-03-02T04:45:40.432Z","dependency_job_id":null,"html_url":"https://github.com/omaraflak/gmake2","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/omaraflak%2Fgmake2","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/omaraflak%2Fgmake2/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/omaraflak%2Fgmake2/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/omaraflak%2Fgmake2/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/omaraflak","download_url":"https://codeload.github.com/omaraflak/gmake2/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247406115,"owners_count":20933806,"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":["gmake","makefile"],"created_at":"2024-10-31T13:09:25.388Z","updated_at":"2025-04-05T22:16:42.439Z","avatar_url":"https://github.com/omaraflak.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# gmake\n\n`gmake` is a simple way to generate multiple makefiles for your projects.\n\n# Use\n\nCreate a **.gmake** file at the root of your project or use `gmake init` to generate a template.\nDifferent variables are available :\n\n* compiler\n* flags\n* libs\n* output\n\nInside this file you should also write down the folders where submakefiles should be generated.\n\nOnce done, simply run `gmake`.\n\n# Example\n\n```\ncompiler = g++-8\nflags = -std=c++17\nlibs = -lstdc++fs\ngmake.cpp = gmake\noutput = bin\n./root\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fomaraflak%2Fgmake2","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fomaraflak%2Fgmake2","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fomaraflak%2Fgmake2/lists"}