]> git.sur5r.net Git - cc65/blobdiff - libsrc/nes/Makefile
Removed an unused .import
[cc65] / libsrc / nes / Makefile
index c0f623207e89f7e3647919ebd9c24287890478ad..e0abce8060866cab3d4b64e2760abd8c7713d3c4 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
@@ -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