improved virtual buttons for touch devices (Android)
[rocksndiamonds.git] / src / Makefile
index f0dd3e00879b88c267ab6ad4ba2a72fedf7e8333..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
 
@@ -278,9 +278,6 @@ clean-obj:
        $(MAKE) -C $(GAME_SP_DIR) clean
        $(RM) $(OBJS)
        $(RM) $(RNDLIBS)
-#      $(RM) $(LIBGAME)
-#      $(RM) $(GAME_EM)
-#      $(RM) $(GAME_SP)
 
 clean-ico:
        $(RM) $(ICONBASE).ico
@@ -295,6 +292,8 @@ clean: clean-obj clean-ico clean-bin
 clean-git: clean auto-conf-clean
        @$(MAKE) -C $(GRAPHICS_DIR) clean
 
+dist-clean: clean-obj clean-ico
+
 
 # -----------------------------------------------------------------------------
 # run and test targets
@@ -314,8 +313,6 @@ valgrind:
 # development only
 # -----------------------------------------------------------------------------
 
-dist-clean: clean-obj
-
 tags:
        $(ETAGS) *.[ch] $(LIBGAME_DIR)/*.[ch] $(GAME_EM_DIR)/*.[ch] $(GAME_SP_DIR)/*.[ch]