summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index d9d84f7..47714df 100644
--- a/Makefile
+++ b/Makefile
@@ -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