Skip to content

Messing around using GNU make for dependency tracking

Notifications You must be signed in to change notification settings

matt-wallis/it-all-depends

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

it-all-depends

Messing around using GNU make for dependency tracking

Example:

bombyx:~/it-all-depends$ make -f tea.mk drink
Fill kettle and switch on
Kettle boiled
Find a mug
Put teabag in mug
Pour water into mug
Brew tea
Drink tea

And we can get make to run multi-core(!):

bombyx:~/it-all-depends$ make -f tea.mk drink -j5
Find a mug
Fill kettle and switch on
Kettle boiled
Put teabag in mug
Pour water into mug
Brew tea
Drink tea

About

Messing around using GNU make for dependency tracking

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published