Added documentation on using GNU Make for building cc65 projects.

git-svn-id: svn://svn.cc65.org/cc65/trunk@4263 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
ol.sc
2009-09-28 21:55:51 +00:00
parent 7b847321a8
commit 01a11b2dd9
3 changed files with 173 additions and 0 deletions

View File

@@ -62,6 +62,9 @@ Main documentation page, contains links to other available stuff.
<tag><htmlurl url="compile.txt" name="compile.txt"></tag>
How to compile cc65 and the support tools.
<tag><htmlurl url="make.html" name="make.html"></tag>
Build programs, using the GNU Make utility.
<tag><htmlurl url="debugging.html" name="debugging.html"></tag>
Debug programs, using the VICE emulator.