]> git.sur5r.net Git - cc65/blobdiff - libsrc/nes/Makefile
fix comments
[cc65] / libsrc / nes / Makefile
index 78dff9968c595a8371ab0562b0d55e6332a2d493..f0fe1df21100509d3e48ac18fd27e4ab7dba8342 100644 (file)
@@ -13,7 +13,7 @@ AS    = ../../src/ca65/ca65
 CC     = ../../src/cc65/cc65
 LD     = ../../src/ld65/ld65
 
-AFLAGS = -t $(SYS) -I../../asminc
+AFLAGS = -t $(SYS) --forget-inc-paths -I../../asminc
 CFLAGS = -Osir -g -T -t $(SYS) --forget-inc-paths -I . -I ../../include
 
 #--------------------------------------------------------------------------
@@ -54,7 +54,7 @@ OBJS =  _scrsize.o      \
         crt0.o          \
         ctype.o         \
         cvline.o        \
-        getenv.o        \
+        get_tv.o        \
         gotox.o         \
         gotoxy.o        \
         gotoy.o         \
@@ -98,4 +98,4 @@ clean:
 zap:   clean
        @$(RM) $(EMDS) $(JOYS) $(MOUS) $(SERS) $(TGIS)
 
-                        
+