11 lines
350 B
Markdown
11 lines
350 B
Markdown
# Makefile related adventures
|
|
|
|
Makefiles and the `make` program are a tool from the very early
|
|
days of computing (early unix days). While in principle based on
|
|
a simple list of "recipes" to "`make`", numerous versions or "flavours"
|
|
exists of `make`.
|
|
|
|
This repo attempts to store some of the "test" run to dertermine
|
|
stuff and have some examples
|
|
|
|
|