]> git.sur5r.net Git - cc65/blobdiff - libsrc/atmos/Makefile
Small size optimizations
[cc65] / libsrc / atmos / Makefile
index 3b9bd42e6ba3e571a1d2aa6071b5fafc0e44c773..cc69522967f22aa5b1f9b131389d5431e7ac7554 100644 (file)
@@ -30,6 +30,7 @@ S_OBJS  =       _scrsize.o      \
                 crt0.o          \
                 ctype.o         \
                 cvline.o        \
+                getenv.o        \
                 gotox.o         \
                 gotoxy.o        \
                 gotoy.o         \
@@ -37,9 +38,10 @@ S_OBJS  =       _scrsize.o      \
                 mainargs.o      \
                 revers.o        \
                 systime.o       \
+                sysuname.o      \
                 wherex.o        \
                 wherey.o        \
-                write.o         
+                write.o
 
 #--------------------------------------------------------------------------
 # Targets
@@ -49,7 +51,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