diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2003-04-22 05:04:49 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2003-04-22 05:04:49 +0000 |
commit | 3f365ef507d2cf16ddef435b96f690bb454253b5 (patch) | |
tree | 181b08a4d8dfe7d1cd1f3800f17fffbcfc834cec /Makefile | |
parent | 451a11d5c75349db05cc26406ca947cd1c5b39c0 (diff) |
changed the name from raw to linux, since they are linux-specific; put common stuff in linuxhid.h
svn path=/trunk/externals/hcs/; revision=583
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,6 +1,6 @@ -pd_linux: pan_gogins~.pd_linux range.pd_linux rawmouse.pd_linux rawevent.pd_linux rawjoystick.pd_linux
+pd_linux: pan_gogins~.pd_linux range.pd_linux linuxmouse.pd_linux linuxevent.pd_linux linuxjoystick.pd_linux rawjoystick.pd_linux
-clean: ; rm -f *.pd_linux *.o
+clean: ; rm -f *.pd_linux *.o *~
# ----------------------- LINUX i386 -----------------------
|