makerecipes

Makefile recipes

https://github.com/rsdoiel/makerecipes

Science Score: 44.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
    Found CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (4.3%) to scientific vocabulary
Last synced: 10 months ago · JSON representation ·

Repository

Makefile recipes

Basic Info
  • Host: GitHub
  • Owner: rsdoiel
  • License: bsd-3-clause
  • Default Branch: main
  • Size: 9.77 KB
Statistics
  • Stars: 0
  • Watchers: 2
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Created almost 5 years ago · Last pushed almost 5 years ago
Metadata Files
Readme License Citation Codemeta

README.md

MakeRecipes

A collection of Makefile examples for various languages and compiler. Compiler or language is expressed as an extension to the name "Makefile". E.g. Makefile.Golang is a general purpose makefile for a Go project, Makefile.obnc is a general purpose makefile for a Oberon-07 project compiled with the OBNC compiler.

The goal of the Makefile recipes is to provide a single makefile that can function as a template for most of the projects I work with with minimal changes (e.g. changing the project name at the file of the Makefile).

I've made the assumption that GNU Make is being used and that a POSIX shell is available to Make.

Owner

  • Name: R. S. Doiel
  • Login: rsdoiel
  • Kind: user
  • Location: California
  • Company: California Institute of Technology

I am a human. Once upon a time I wrote music and prose. I write software.

Citation (CITATION.cff)

cff-version: 1.1.0
message: "If you use this software, please cite it as below."
authors:
   - family-names: Doiel
     given-names: R. S.
     orcid: https://orcid.org/0000-0003-0900-6903
version: 0.0.2
title: MakeRecipes
date-released: 2021-07-25

CodeMeta (codemeta.json)

{
  "@context": "https://doi.org/10.5063/schema/codemeta-2.0",
  "@type": "SoftwareSourceCode",
  "description": "A collection of Makefile examples for programming languages and compilers.",
  "name": "MakeRecipes",
  "codeRepository": "https://github.com/rsdoiel/MakeRecipes",
  "issueTracker": "https://github.com/rsdoiel/MakeRecipes/issues",
  "license": "https://rsdoiel.github.io/MakeRecipes/license.html",
  "version": "0.0.2",
  "author": [
    {
      "@type": "Person",
      "givenName": "R. S.",
      "familyName": "Doiel",
      "email": "rsdoiel@gmail.com",
      "@id": "https://orcid.org/0000-0003-0900-6903"
    }
  ],
  "developmentStatus": "active",
  "keywords": [
    "GNU Make",
    "Makefile"
  ],
  "maintainer": "https://orcid.org/0000-0003-0900-6903",
  "programmingLanguage": [
    "Make"
  ]
}

GitHub Events

Total
Last Year

Issues and Pull Requests

Last synced: about 1 year ago

All Time
  • Total issues: 0
  • Total pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Total issue authors: 0
  • Total pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 0
  • Pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Issue authors: 0
  • Pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
Pull Request Authors
Top Labels
Issue Labels
Pull Request Labels