lseek.o: new object file

git-svn-id: svn://svn.cc65.org/cc65/trunk@266 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
cpg
2000-08-07 22:43:31 +00:00
parent 679570ce45
commit f1a54412b7
2 changed files with 33 additions and 1 deletions

View File

@@ -21,7 +21,7 @@ S_OBJS = crt0.o kbhit.o conio.o clrscr.o cputc.o ctype.o chline.o cvline.o \
color.o gotoxy.o cclear.o revers.o readjoy.o break.o where.o write.o \
gotox.o gotoy.o savevec.o rwcommon.o cgetc.o read.o getargs.o close.o \
open.o oserror.o fdtable.o setcolor.o scroll.o mul40.o graphuse.o \
ostype.o clock.o
ostype.o clock.o lseek.o
all: $(C_OBJS) $(S_OBJS)