]> granicus.if.org Git - libx264/commitdiff
Add TAGS rule.
authorMåns Rullgård <mru@mru.ath.cx>
Thu, 12 Aug 2004 13:07:41 +0000 (13:07 +0000)
committerMåns Rullgård <mru@mru.ath.cx>
Thu, 12 Aug 2004 13:07:41 +0000 (13:07 +0000)
git-svn-id: svn://svn.videolan.org/x264/trunk@26 df754926-b1dd-0310-bc7b-ec298dee348c

Makefile

index 49199c1b23fb614960956580a0336d9b7e71ec6d..1813ef3d454a3b3d4c36170f3117cc61ad6b76e4 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -52,8 +52,11 @@ include .depend
 endif
 
 clean:
-       rm -f $(OBJS) $(OBJASM) *.a x264.o .depend x264
+       rm -f $(OBJS) $(OBJASM) *.a x264.o .depend x264 TAGS
 
-distclean:
-       rm -f $(OBJS) $(OBJASM) *.a x264.o .depend x264
+distclean: clean
 
+etags: TAGS
+
+TAGS:
+       etags $(SRCS)