Made "make tags" work for emacs.

This commit is contained in:
Peter Osterlund
2003-08-23 18:57:27 +02:00
parent 156c433053
commit 1b72cfdff7

View File

@@ -76,5 +76,4 @@ clean::
$(RM) *.CKP *.ln *.BAK *.bak *.o core errs ,* *~ *.a .emacs_* tags TAGS make.log MakeOut synclient "#"*
tags::
$(TAGS) -w *.[ch]
$(TAGS) -xw *.[ch] > TAGS
etags -o TAGS *.c *.h