X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;ds=sidebyside;f=libsrc%2Fnes%2FMakefile;h=e0abce8060866cab3d4b64e2760abd8c7713d3c4;hb=4233f92e9a96f1e0c4ed12e0f5015b0cd45c60a5;hp=c0f623207e89f7e3647919ebd9c24287890478ad;hpb=63b0537eb7977ca387049bf81fdbfb730d0ddc19;p=cc65 diff --git a/libsrc/nes/Makefile b/libsrc/nes/Makefile index c0f623207..e0abce806 100644 --- a/libsrc/nes/Makefile +++ b/libsrc/nes/Makefile @@ -20,7 +20,29 @@ C_OBJS = S_OBJS = _scrsize.o \ - crt0.o + cclear.o \ + chline.o \ + clock.o \ + clrscr.o \ + color.o \ + cputc.o \ + crt0.o \ + ctype.o \ + cvline.o \ + getenv.o \ + gotox.o \ + gotoxy.o \ + gotoy.o \ + mainargs.o \ + ppu.o \ + ppubuf.o \ + randomize.o \ + revers.o \ + setcursor.o \ + sysuname.o \ + waitvblank.o \ + wherex.o \ + wherey.o #-------------------------------------------------------------------------- # Targets @@ -30,7 +52,7 @@ S_OBJS = _scrsize.o \ all: $(C_OBJS) $(S_OBJS) clean: - @rm -f $(C_OBJS:.c=.s) $(C_OBJS) $(S_OBJS) + @$(RM) $(C_OBJS:.c=.s) $(C_OBJS) $(S_OBJS) zap: clean