Makefile
From Just Solve the File Format Problem
(Difference between revisions)
(Added sample files) |
|||
| Line 21: | Line 21: | ||
}} | }} | ||
'''Makefile''' is used by <code>make</code> command to compile, build, execute, text, or perform other tasks needed for development of software. | '''Makefile''' is used by <code>make</code> command to compile, build, execute, text, or perform other tasks needed for development of software. | ||
| + | |||
| + | == Sample files == | ||
| + | * {{DexvertSamples|text/Makefile}} | ||
== Links == | == Links == | ||
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.