]> git.sur5r.net Git - cc65/blobdiff - libsrc/nes/Makefile
same drawing mode extension like for DrawLine
[cc65] / libsrc / nes / Makefile
index c0f623207e89f7e3647919ebd9c24287890478ad..81a54a1e8d5d319f68687b5e5d282054cdc7314e 100644 (file)
 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