X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2FMakefile;h=dcc625cf7e71c6e4fa1d75f592571b4c91687bc5;hb=ba963074f1fde478b3c1abc91dc8c497774ed6c3;hp=f0dd3e00879b88c267ab6ad4ba2a72fedf7e8333;hpb=eb72f4adc74084da40e39484b2545e3d49d39eaa;p=rocksndiamonds.git diff --git a/src/Makefile b/src/Makefile index f0dd3e00..dcc625cf 100644 --- a/src/Makefile +++ b/src/Makefile @@ -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]