1
0
mirror of https://github.com/cc65/cc65.git synced 2024-09-30 08:57:49 +00:00

graphics.o: new object file

git-svn-id: svn://svn.cc65.org/cc65/trunk@538 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
cpg 2000-12-03 23:19:06 +00:00
parent 2b70259d1a
commit 160c9c198a

View File

@ -21,7 +21,7 @@ S_OBJS = crt0.o _scrsize.o kbhit.o clrscr.o cputc.o ctype.o chline.o cvline.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 lseek.o dioread.o diowrite.o siocall.o diowritev.o \
dio_cts.o dio_stc.o diopncls.o getfd.o mouse.o
dio_cts.o dio_stc.o diopncls.o getfd.o mouse.o graphics.o
all: $(C_OBJS) $(S_OBJS)