summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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.
+