Skip to content

A number of guidelines on how to write proper makefiles in the modern world of web development

Notifications You must be signed in to change notification settings

lucasvanlierop/makefile-manifesto

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 

Repository files navigation

makefile-manifesto

A number of guidelines on how to write proper makefiles in the modern world of web development

Targets should have a single responsibility

A target should contain rules related to just one target

Targets should be a file if possible (Avoid .PHONY)

Make is meant to create files and is very good at determining if they should be recreated or not, make use it!

All target pre-requisites should be ..

Variable naming

All shell commands must be suffixed with _COMMAND

About

A number of guidelines on how to write proper makefiles in the modern world of web development

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published