From d28e14493a7938a1bf63623a724edb665eb196c6 Mon Sep 17 00:00:00 2001 From: Jacob McDonnell Date: Sat, 7 Mar 2026 18:57:55 -0500 Subject: docs: Included a README.md file --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 README.md (limited to 'README.md') 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. + -- cgit v1.2.3