meta data for this page
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
programming:makefile [2024/07/04 14:39] – niziak | programming:makefile [2025/04/16 13:31] (current) – niziak | ||
---|---|---|---|
Line 3: | Line 3: | ||
Quick reference [[https:// | Quick reference [[https:// | ||
- | [[http:// | + | Recursive Make Considered Harmful: |
- | + | * [[http:// | |
- | [[http:// | + | * [[https:// |
+ | * [[https:// | ||
+ | | ||
Line 63: | Line 65: | ||
Special pipe " | Special pipe " | ||
- | If any //$(objects)// has to be build, then //obj// has to be build first. | + | If any '' |
- | But if //obj// is out of date or missing, this doesn' | + | But if '' |
Line 71: | Line 73: | ||
obj: | obj: | ||
- | @mkdir -p $@'' | + | @mkdir -p $@ |
</ | </ | ||