From: Holger Schemel Date: Tue, 22 Dec 2015 19:58:11 +0000 (+0100) Subject: fixed target 'dist-clean' (to remove temporary icon files) X-Git-Tag: 4.0.0.0-rc1~106 X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=commitdiff_plain;h=d8cedb994ca1288047be54db6dfa2f07011ed8e8 fixed target 'dist-clean' (to remove temporary icon files) --- diff --git a/src/Makefile b/src/Makefile index f0dd3e00..6e9bd2bc 100644 --- a/src/Makefile +++ b/src/Makefile @@ -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]