diff options
| author | Jacob McDonnell <jacob@jacobmcdonnell.com> | 2026-03-07 18:57:55 -0500 |
|---|---|---|
| committer | Jacob McDonnell <jacob@jacobmcdonnell.com> | 2026-03-07 18:57:55 -0500 |
| commit | d28e14493a7938a1bf63623a724edb665eb196c6 (patch) | |
| tree | 6b40b0e680ebdfd17495e84d54df6663b7d19d57 | |
| parent | 4b2389c51900e54c86bf0644790dd6eb02d62a72 (diff) | |
| -rw-r--r-- | README.md | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..fab968a --- /dev/null +++ b/README.md @@ -0,0 +1,14 @@ +# GNU Makefile Templates + +This is a collection of GNU Makefile templates that are inspired by the BSD Makefile templates. There are templates for +the following items: + +- `mcd.prog.mk`: Template for making a single executable program. + +- `mcd.lib.mk`: Template for making both static and dynamic libraries. + +- `mcd.subdir.mk`: Template for calling make targets in subdirs. + +- `mcd.Kconfig.mk`: Template for calling Kconfig targets like menuconfig, savedefconfig, defconfig, & generating header +files. + |
