summaryrefslogtreecommitdiff
path: root/README.md
blob: fab968a4a8843595d9b0ff150aefcfbcf71a585c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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.