renamed and cleaned up source files for handling global animations
[rocksndiamonds.git] / src / Makefile
index 6e9bd2bc91b2c1e4197e02266a63895505703a08..dcc625cf7e71c6e4fa1d75f592571b4c91687bc5 100644 (file)
@@ -140,7 +140,7 @@ SRCS =      main.c          \
        editor.c        \
        files.c         \
        tape.c          \
-       cartoons.c      \
+       anim.c          \
        network.c       \
        netserv.c
 
@@ -158,7 +158,7 @@ OBJS =      main.o          \
        editor.o        \
        files.o         \
        tape.o          \
-       cartoons.o      \
+       anim.o          \
        network.o       \
        netserv.o