aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2003-04-22 05:04:49 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2003-04-22 05:04:49 +0000
commit3f365ef507d2cf16ddef435b96f690bb454253b5 (patch)
tree181b08a4d8dfe7d1cd1f3800f17fffbcfc834cec /Makefile
parent451a11d5c75349db05cc26406ca947cd1c5b39c0 (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--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 5a8b48b..25d4f8f 100644
--- a/Makefile
+++ b/Makefile
@@ -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 -----------------------