{"id":19327061,"url":"https://github.com/nishkarshraj/make-tool-and-makefile","last_synced_at":"2025-10-09T14:35:06.970Z","repository":{"id":99065446,"uuid":"202478703","full_name":"NishkarshRaj/Make-tool-and-Makefile","owner":"NishkarshRaj","description":"Task oriented Build tool Make for C.","archived":false,"fork":false,"pushed_at":"2023-12-15T05:43:08.000Z","size":11,"stargazers_count":9,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-22T20:48:23.543Z","etag":null,"topics":["build","build-tool","c","conditions","logs","make","makefile","makefile-template"],"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/NishkarshRaj.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,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2019-08-15T05:20:26.000Z","updated_at":"2020-04-11T10:39:37.000Z","dependencies_parsed_at":"2023-12-15T06:49:49.120Z","dependency_job_id":null,"html_url":"https://github.com/NishkarshRaj/Make-tool-and-Makefile","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/NishkarshRaj/Make-tool-and-Makefile","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NishkarshRaj%2FMake-tool-and-Makefile","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NishkarshRaj%2FMake-tool-and-Makefile/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NishkarshRaj%2FMake-tool-and-Makefile/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NishkarshRaj%2FMake-tool-and-Makefile/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/NishkarshRaj","download_url":"https://codeload.github.com/NishkarshRaj/Make-tool-and-Makefile/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NishkarshRaj%2FMake-tool-and-Makefile/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279001506,"owners_count":26083118,"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","status":"online","status_checked_at":"2025-10-09T02:00:07.460Z","response_time":59,"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":["build","build-tool","c","conditions","logs","make","makefile","makefile-template"],"created_at":"2024-11-10T02:15:52.635Z","updated_at":"2025-10-09T14:35:06.954Z","avatar_url":"https://github.com/NishkarshRaj.png","language":"Makefile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Make \nMake is a task-oriented build tool that is generally used to create binaries/executables for C programming language.\n\nConfiguration file for Make is **Makefile**\n\n# How to Collaborate:\n\n1. Fork the repository to your own GitHub account.\n\n2. Clone the repository to your local machine\n```\n$ git clone \"https://www.github.com/{Username}/Make-tool-and-Makefile.git\"\n```\nwhere username is your GitHub account username.\n\n3. Create a branch where you can do your local work.\nNever work on **master** branch as we do not allow master commits except by admins.\n```\n$ git branch {branchname}\n$ git checkout branchname\n```\n\n4. Do your work and stage your changes.\n```\n$ git add \u003cfilename\u003e\n```\n\n5. Commit you changes with a commit message containing your name, file(s) worked upon, changes added.\n```\n$ git commit -m \"Name| files| Changes\"\n```\n\n6. Push changes to your forked repository\n```\n$ git push -u origin branchname\n```\n7. Create a pull request to the upstream repository.\n\n# Synchronize forked repository with Upstream repository\n\n1. Create this repository as upstream for your forked repository\n```\n$ git remote add upstream \"https://www.github.com/NishkarshRaj/Make-tool-and-Makefile\"\n```\n\n2. Fetch upstream changes in local machine\n```\n$ git fetch upstream\n```\n\n3. Switch to master branch\n```\n$ git checkout master\n```\n\n4. Merge changes in local machine\n```\n$ git merge upstream/master\n```\n\n5. Push changes to your forked GitHub repository\n```\n$ git push -f origin master\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnishkarshraj%2Fmake-tool-and-makefile","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnishkarshraj%2Fmake-tool-and-makefile","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnishkarshraj%2Fmake-tool-and-makefile/lists"}