MakeModules (mamo) consists of a collection of Makefile snippets called modules. Each module defines features for a single or some related common tasks. For instance, the module "C" defines features for generating object files from C sources, the module "Pod" defines features to generate documentation from pod sources, and the module "Install" defines features for installing files in various ways locally or on a remote host. The important module "Subdirectory" defines recursive operation in a directory tree. In no way are tasks limited to programming. For instance, mamo can be used to maintain a Web site.