Makefile
From Just Solve the File Format Problem
(Difference between revisions)
Dan Tobias (Talk | contribs) |
(Added sample files) |
||
| (One intermediate revision by one user not shown) | |||
| Line 20: | Line 20: | ||
| caption = | | caption = | ||
}} | }} | ||
| + | '''Makefile''' is used by <code>make</code> command to compile, build, execute, text, or perform other tasks needed for development of software. | ||
| − | Makefile | + | == Sample files == |
| + | * {{DexvertSamples|text/Makefile}} | ||
| + | |||
| + | == Links == | ||
| + | * [https://www.gnu.org/software/make/ GNU Make] | ||
| + | * [[Wikipedia: Makefile]] | ||
| + | * [[Wikipedia: Make (software)]] | ||
| + | |||
| + | [[Category:File formats with a distinctive filename]] | ||
Latest revision as of 15:00, 28 December 2023
Makefile is used by make command to compile, build, execute, text, or perform other tasks needed for development of software.