Skip to content

5H3LL3H5/non-recursive-make

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Non-Recursive Make

This is a reference project that contains multiple libraries and programs which are all built with a single Make process. Each sub-Makefile is included in the top-level one, which has full knowledge of what is going on. For some history on this, read the 'Recursive Make Considered Harmful' paper - http://www.lateralt.net/files/auug97.pdf

Notes

  • All builds must be executed from the top-level

More links about more complex makefiles

About

Example of a simple project using non-recursive make

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Makefile 77.0%
  • C 23.0%