]> git.sur5r.net Git - cc65/commitdiff
cfg/atari-xex.cfg: fix typo in comment
authorChristian Groessler <chris@groessler.org>
Wed, 24 Apr 2019 11:17:11 +0000 (13:17 +0200)
committerChristian Groessler <chris@groessler.org>
Wed, 24 Apr 2019 11:17:11 +0000 (13:17 +0200)
cfg/atari-xex.cfg

index 5f390e12c150335c339d54acd48230cb78da13da..cabde37083189ca14499bb7bdea584a885c3d234 100644 (file)
@@ -1,5 +1,5 @@
 # Sample linker configuration for C programs using the Atari binary file support.
-# Use with: cl65 -tatari -Catari-c-xex.cfg prog.c -o prog.xex
+# Use with: cl65 -tatari -Catari-xex.cfg prog.c -o prog.xex
 FEATURES {
     STARTADDRESS: default = $2000;
 }