rnd-20050115-1-src
[rocksndiamonds.git] / src / Makefile
index af44a1aae272a596d82867bd78afecb11f5e6a5f..aea2a2a7dc1ec5b7b2c1093146107dc23d0ff440 100644 (file)
@@ -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