{"id":16585729,"url":"https://github.com/shadmansaleh/makehelper-c","last_synced_at":"2026-05-28T18:31:33.344Z","repository":{"id":187281868,"uuid":"260159757","full_name":"shadmansaleh/makehelper-c","owner":"shadmansaleh","description":"Creates a small Makefile for small c projects in c ","archived":false,"fork":false,"pushed_at":"2022-11-27T13:38:45.000Z","size":32,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-12-06T20:54:23.585Z","etag":null,"topics":[],"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/shadmansaleh.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":"2020-04-30T08:49:15.000Z","updated_at":"2022-12-24T20:26:36.000Z","dependencies_parsed_at":null,"dependency_job_id":"49faaf85-dac7-4e80-a159-ae6bd752f433","html_url":"https://github.com/shadmansaleh/makehelper-c","commit_stats":null,"previous_names":["shadmansaleh/makehelper-c"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/shadmansaleh/makehelper-c","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shadmansaleh%2Fmakehelper-c","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shadmansaleh%2Fmakehelper-c/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shadmansaleh%2Fmakehelper-c/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shadmansaleh%2Fmakehelper-c/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/shadmansaleh","download_url":"https://codeload.github.com/shadmansaleh/makehelper-c/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shadmansaleh%2Fmakehelper-c/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33622067,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-05-28T02:00:06.440Z","response_time":99,"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":[],"created_at":"2024-10-11T22:49:15.272Z","updated_at":"2026-05-28T18:31:33.313Z","avatar_url":"https://github.com/shadmansaleh.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"### Makehelper\n\nMakehelper is a small utility for genarating\nsimple Makefiles.\n\nIt is mainly for small projects where you are\nusing a few files and all are going to get\ncomplied to a single binary.  And you don't feel\nlike doing \n\n`gcc 1.c 2.c 3.c 4.c -o out`\n\nall the time Nor do you want to write a build\nscript for it .  Plus theres no point in compiling\nthe files that haven't been changed.\n\nIf you are writting in c/c++ you can just use\nthis. \n\n`makehelper -u -o program_name`\n\nif you use -u makehelper will search for c files\nin your directory and subderectories and create a\nMakefile with default flags to complie a binary\nnamed programe_name\n\nIt allows you to specify all the flags as\ncommandline arguments checkout\n\n`makehelper -h`\n\nBy defalut it uses clang.\n\nIf you wana change The default flags they are in\nthe main.c :)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshadmansaleh%2Fmakehelper-c","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fshadmansaleh%2Fmakehelper-c","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshadmansaleh%2Fmakehelper-c/lists"}