X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=Makefile;h=524c6bdccca29f2e5b76137623809e7fad40915e;hb=579b6d8e7ce89151996dd3ea9c29bb4419a4a8ed;hp=36654b1357a05f3a64e7730579286f3f7d7a0290;hpb=772583326d24ba87e8f3a3fbab5c27664ba2b2a1;p=uffi.git diff --git a/Makefile b/Makefile index 36654b1..524c6bd 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ # Programer: Kevin M. Rosenberg, M.D. # Date Started: Mar 2002 # -# CVS Id: $Id: Makefile,v 1.50 2002/05/13 03:24:46 kevin Exp $ +# CVS Id: $Id: Makefile,v 1.51 2002/10/01 17:05:29 kevin Exp $ # # This file, part of UFFI, is Copyright (c) 2002 by Kevin M. Rosenberg # @@ -43,4 +43,7 @@ doc: dist: clean $(MAKE) -C doc $@ - +.PHONY: TAGS +TAGS: + if [ -f TAGS ]; then mv -f TAGS TAGS~; fi + find . -name \*.lisp -exec /usr/bin/etags -a \{\} \;