diff options
Diffstat (limited to 'Makefile')
-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 |