aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-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`