Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 1.15 KB

File metadata and controls

16 lines (11 loc) · 1.15 KB

Build Status

auto-dependency-generation-example

A project demonstrating Auto Dependencies functionality with GNU make, using the strategies and example code from this article

This project provides a template set of source, header, and makefiles to demonstrate makefile dependencies in action.

This project is a part of a multi-part series of projects which show you the basics of automatic dependency generation for C projects. See also:

Testing

Run make test to invoke the test.sh script. This script touches header and source files and checks make output to ensure exactly expected build steps are being invoked.

Contributing

Pull requests are welcome for any improvement suggestions. Please use the issues tab to open.