From d808529c1ffaa307ff24ff7ce845328032f50799 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Mon, 5 May 2008 16:09:32 +0000 Subject: include pd's C files in the etags so I can go directly to the source svn path=/trunk/externals/io/hidio/; revision=9765 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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` -- cgit v1.2.1