# 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.