Clean TAGS, tags targets.
authorBen Pfaff <blp@cs.stanford.edu>
Wed, 13 Apr 2005 05:20:30 +0000 (05:20 +0000)
committerBen Pfaff <blp@cs.stanford.edu>
Wed, 13 Apr 2005 05:20:30 +0000 (05:20 +0000)
src/Makefile

index c781a028d9b97b89e2bd178b7f66b5d7c219e17f..326e774ae0347fae11dd941a403fc1b80b977555 100644 (file)
@@ -6,6 +6,7 @@ all::
 
 clean::
        for d in $(SUBDIRS) tests; do $(MAKE) -C $$d $@; done
+       rm -f TAGS tags
 
 distclean:: clean
        find . -name '*~' -exec rm '{}' \;