summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJacob McDonnell <jacob@jacobmcdonnell.com>2026-03-07 18:57:55 -0500
committerJacob McDonnell <jacob@jacobmcdonnell.com>2026-03-07 18:57:55 -0500
commitd28e14493a7938a1bf63623a724edb665eb196c6 (patch)
tree6b40b0e680ebdfd17495e84d54df6663b7d19d57 /README.md
parent4b2389c51900e54c86bf0644790dd6eb02d62a72 (diff)
docs: Included a README.md fileHEADmain
Diffstat (limited to 'README.md')
-rw-r--r--README.md14
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.
+