]> git.sur5r.net Git - cc65/blobdiff - doc/index.sgml
Document the new linker config file string behaviour.
[cc65] / doc / index.sgml
index 1cef7a63d4f68702628f983f8ea5f6cc8d762c67..97d055a7a400e9538df326ddcb2b48bebae5364a 100644 (file)
@@ -62,6 +62,13 @@ 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="customizing.html" name="customizing.html"></tag>
+  How to use the cc65 toolset for a custom hardware platform (a target system
+  not currently supported by the cc65 library set).
+
   <tag><htmlurl url="debugging.html" name="debugging.html"></tag>
   Debug programs, using the VICE emulator.