diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2007-07-30 18:15:46 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2007-07-30 18:15:46 +0000 |
commit | 66d52779d1ecb627a3fc7dc25101f53f45bd2652 (patch) | |
tree | eecf74a40cd1b29d77751090f335108f58d8f9a3 /usbhid/Makefile | |
parent | 50e15a9ea2f7f41e60307291e1f54e356da50581 (diff) |
first probes at write support, switching to Mac OS X for dev platform
svn path=/trunk/externals/hcs/; revision=8280
Diffstat (limited to 'usbhid/Makefile')
-rw-r--r-- | usbhid/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usbhid/Makefile b/usbhid/Makefile index 576ff87..4b68f67 100644 --- a/usbhid/Makefile +++ b/usbhid/Makefile @@ -14,4 +14,5 @@ test_locations: make -C $(EXTERNALS_ROOT) test_locations etags: - etags *.[ch] ~/cvs/pure-data/pd/src/*.[ch] /usr/include/*.h /usr/include/sys/*.h + etags *.[ch] ../../../pd/src/*.[ch] libhid-svn/*/*.? \ + /usr/include/*.h /usr/include/sys/*.h |