aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2008-05-05 16:09:32 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2008-05-05 16:09:32 +0000
commitd808529c1ffaa307ff24ff7ce845328032f50799 (patch)
tree707d5477f26099f84fb50ae8b95b70b9a36fdbe7
parentbf05b861887b801816c0493bdc24932582623cda (diff)
include pd's C files in the etags so I can go directly to the source
svn path=/trunk/externals/io/hidio/; revision=9765
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 0c2f77c..bab756d 100644
--- a/Makefile
+++ b/Makefile
@@ -15,7 +15,7 @@ test_locations:
# for emacs
etags:
- etags ../../../pd/src/*.h *.[ch] linux/input.h /usr/include/stdlib.h \
+ etags ../../../pd/src/*.[ch] *.[ch] linux/input.h /usr/include/stdlib.h \
/usr/include/time.h /usr/include/stdio.h
make etags_`uname -s`