diff options
author | Peter Osterlund <petero2@telia.com> | 2003-08-23 18:57:27 +0200 |
---|---|---|
committer | Peter Osterlund <petero2@telia.com> | 2006-04-09 04:01:09 +0200 |
commit | 1b72cfdff78003cd8fece51a5931770c7d9aa799 (patch) | |
tree | ebdd1e8c36be6408a591e5bf0a22f644b9cfa7f8 | |
parent | 156c4330531c037eb7bb45a38b84bacb5010e290 (diff) |
Made "make tags" work for emacs.
-rw-r--r-- | Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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 |