]> git.sur5r.net Git - cc65/blobdiff - libsrc/cbm/Makefile
Added --forget-inc-paths to the assembler command line to avoid problems if
[cc65] / libsrc / cbm / Makefile
index 39b7f600fdabd1a6200667601db7ae391606976c..99bf8c1d43132d76ecd12a622755f19f4eb8aadb 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
 
 #--------------------------------------------------------------------------
@@ -29,7 +29,8 @@ CFLAGS        = -Osir -g -T -t $(SYS) --forget-inc-paths -I . -I ../../include
 #--------------------------------------------------------------------------
 # Object files
 
-C_OBJS =       cbm_load.o      \
+C_OBJS =               cbm_dir.o       \
+                cbm_load.o     \
                cbm_save.o
 
 S_OBJS =       c_acptr.o       \
@@ -77,7 +78,8 @@ S_OBJS =      c_acptr.o       \
                 rwcommon.o      \
                 scratch.o       \
                 sysremove.o     \
-                systime.o       \
+                sysrename.o     \
+                toascii.o       \
                wherex.o        \
                 wherey.o        \
                 write.o