diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2004-10-20 02:55:12 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2004-10-20 02:55:12 +0000 |
commit | 80bdb3696f585bd27168675a2cea0bc13b60b350 (patch) | |
tree | 9c7c86f2156b6b22e104730856d73025eaf43bd3 /Makefile | |
parent | f40e863c1fb567e8524eaa3db6e7489e242ccad0 (diff) |
auto-generated event type/code listings as pd files
svn path=/trunk/externals/hcs/hid/; revision=2132
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -44,8 +44,8 @@ INCLUDE = -I../ -I../../../pd/src -I/usr/local/include -I./HID\ Utilities\ Sour rm $*.o
input_arrays:
- ./make-arrays-from-input.h.pl > input_arrays.h
+ ./make-arrays-from-input.h.pl
-clean: ; rm -f *.pd_* *.o *~ input_arrays.h
+clean: ; rm -f *.pd_* *.o *~ input_arrays.h ev*-list.pd
|