https://github.com/rsdoiel/makerecipes
Makefile recipes
https://github.com/rsdoiel/makerecipes
Last synced: 2 months ago
JSON representation
Makefile recipes
- Host: GitHub
- URL: https://github.com/rsdoiel/makerecipes
- Owner: rsdoiel
- License: bsd-3-clause
- Created: 2021-07-25T00:32:21.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-07-27T00:31:44.000Z (almost 4 years ago)
- Last Synced: 2025-04-12T03:18:25.342Z (2 months ago)
- Size: 9.77 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Citation: CITATION.cff
- Codemeta: codemeta.json
Awesome Lists containing this project
README
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.