From 51a9e4351beb0b29141686cd4427cd7250898909 Mon Sep 17 00:00:00 2001 From: cuz Date: Fri, 2 May 2003 14:59:05 +0000 Subject: [PATCH] More additions git-svn-id: svn://svn.cc65.org/cc65/trunk@2127 b7a2c559-68d2-44c3-8de9-860c34a00d81 --- libsrc/nes/Makefile | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/libsrc/nes/Makefile b/libsrc/nes/Makefile index 5bc6a5b0d..19af48811 100644 --- a/libsrc/nes/Makefile +++ b/libsrc/nes/Makefile @@ -20,14 +20,27 @@ C_OBJS = S_OBJS = _scrsize.o \ + cclear.o \ + chline.o \ clock.o \ + clrscr.o \ color.o \ cputc.o \ crt0.o \ + cvline.o \ + getenv.o \ + gotox.o \ + gotoxy.o \ + gotoy.o \ + mainargs.o \ ppu.o \ ppubuf.o \ + randomize.o \ + revers.o \ setcursor.o \ - waitvblank.o + waitvblank.o \ + wherex.o \ + wherey.o #-------------------------------------------------------------------------- # Targets -- 2.39.5