]> git.sur5r.net Git - cc65/blobdiff - src/cc65/main.c
Added the lynx target
[cc65] / src / cc65 / main.c
index 787dec0a49f6c4333c1350f53b37c1f46129a80c..8d54432341fe8e37a34e7a99ff52de7acca9d9c6 100644 (file)
@@ -229,7 +229,7 @@ static void SetSys (const char* Sys)
             DefineNumericMacro ("__SUPERVISION__", 1);
             break;
 
-        case TGT_SUPERVISION:
+        case TGT_LYNX:
             DefineNumericMacro ("__LYNX__", 1);
             break;
 
@@ -730,7 +730,7 @@ int main (int argc, char* argv[])
 
     /* Initialize the default segment names */
     InitSegNames ();
-                                       
+
     /* Initialize the include search paths */
     InitIncludePaths ();