mirror of
https://github.com/cc65/cc65.git
synced 2025-01-11 11:30:13 +00:00
Fixed typos and line endings.
git-svn-id: svn://svn.cc65.org/cc65/trunk@4292 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
parent
811ef2f04c
commit
7608ec3c63
@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
<title>Using GNU Make with cc65
|
<title>Using GNU Make with cc65
|
||||||
<author>Oliver Schmidt, <htmlurl url="mailto:ol.sc@web.de" name="ol.sc@web.de">
|
<author>Oliver Schmidt, <htmlurl url="mailto:ol.sc@web.de" name="ol.sc@web.de">
|
||||||
<date>26.06.2009
|
<date>2009-06-26
|
||||||
|
|
||||||
<abstract>
|
<abstract>
|
||||||
How to build your program using the GNU Make utility.
|
How to build your program using the GNU Make utility.
|
||||||
@ -39,7 +39,7 @@ for GNU Make so a cc65-based project coming with a GNU Make Makefile can easily
|
|||||||
be built by any cc65 developer no matter what host system is used.
|
be built by any cc65 developer no matter what host system is used.
|
||||||
|
|
||||||
Because of the strong alignment of the cc65 compiler with the ISO C standard it
|
Because of the strong alignment of the cc65 compiler with the ISO C standard it
|
||||||
is very well feasable to compile a single C code base both with the cc65
|
is very well feasible to compile a single C code base both with the cc65
|
||||||
compiler and other C compilers like for example GCC. GNU Make turns out to be
|
compiler and other C compilers like for example GCC. GNU Make turns out to be
|
||||||
very well suited to build projects for several target systems using multiple
|
very well suited to build projects for several target systems using multiple
|
||||||
compilers as it isn't tied to any C compiler.
|
compilers as it isn't tied to any C compiler.
|
||||||
@ -117,7 +117,7 @@ environment variable.
|
|||||||
|
|
||||||
<sect1>Understanding the sample Makefile<p>
|
<sect1>Understanding the sample Makefile<p>
|
||||||
|
|
||||||
Most parts of the sample Makefile follow the guidlines in the
|
Most parts of the sample Makefile follow the guidelines in the
|
||||||
<htmlurl url="http://www.gnu.org/software/make/manual/make.html" name="GNU Make Manual">
|
<htmlurl url="http://www.gnu.org/software/make/manual/make.html" name="GNU Make Manual">
|
||||||
that can be searched online for background information. The automatic generation of
|
that can be searched online for background information. The automatic generation of
|
||||||
dependency however rather works as described by the GNU Make maintainer Paul D. Smith in
|
dependency however rather works as described by the GNU Make maintainer Paul D. Smith in
|
||||||
|
Loading…
x
Reference in New Issue
Block a user