20,741
edits
m (→MXE's Makefile: replace <pre> tags with <syntaxhighlight>) |
m (→MXE's Makefile build process: +syn) |
||
| Line 112: | Line 112: | ||
for example, if you were to pass the name of a package to be cross-compiled to the GNU make utility in MXE, such as: | for example, if you were to pass the name of a package to be cross-compiled to the GNU make utility in MXE, such as: | ||
< | <syntaxhighlight lang="bash"> | ||
$ make fgfs | $ make fgfs | ||
</ | </syntaxhighlight> | ||
a file in the src/ directory will be invoked that matches the name of the package, followed by a suffex of "mk". | a file in the src/ directory will be invoked that matches the name of the package, followed by a suffex of "mk". | ||