Makefile
From Just Solve the File Format Problem
(Difference between revisions)
(Created page with "{{FormatInfo | name = Makefile | formattype = electronic | subcat = | subcat2 = | subcat3 = | su...") |
(Added sample files) |
||
| (2 intermediate revisions by 2 users not shown) | |||
| Line 2: | Line 2: | ||
| name = Makefile | | name = Makefile | ||
| formattype = electronic | | formattype = electronic | ||
| − | | subcat = | + | | subcat = Development |
| subcat2 = | | subcat2 = | ||
| subcat3 = | | subcat3 = | ||
| 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.