X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2FMakefile;h=aea2a2a7dc1ec5b7b2c1093146107dc23d0ff440;hb=bafa61706833e7bfe942c388471058749c20c79e;hp=af44a1aae272a596d82867bd78afecb11f5e6a5f;hpb=2b65ec99f743dde3ee41083cf89623d4d9b8740e;p=rocksndiamonds.git diff --git a/src/Makefile b/src/Makefile index af44a1aa..aea2a2a7 100644 --- a/src/Makefile +++ b/src/Makefile @@ -27,6 +27,7 @@ endif AR = ar RANLIB = ranlib +ETAGS = etags BMP2ICO = bmp2ico WINDRES = windres @@ -279,6 +280,9 @@ clean: clean-obj clean-ico clean-bin dist-clean: clean-obj +tags: + $(ETAGS) *.[ch] $(LIBGAME_DIR)/*.[ch] $(GAME_EM_DIR)/*.[ch] + depend: $(MAKE) -C $(LIBGAME_DIR) depend $(MAKE) -C $(GAME_EM_DIR) depend