diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2003-04-16 19:25:08 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2003-04-16 19:25:08 +0000 |
commit | 451a11d5c75349db05cc26406ca947cd1c5b39c0 (patch) | |
tree | bfaa8261b0093d3cd4631f34b545af551542181f | |
parent | fffba9425aa1610708a3235149ba759dbdd896ba (diff) |
added [range] to Makefile
svn path=/trunk/externals/hcs/; revision=575
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ -pd_linux: pan_gogins~.pd_linux rawmouse.pd_linux rawevent.pd_linux rawjoystick.pd_linux
+pd_linux: pan_gogins~.pd_linux range.pd_linux rawmouse.pd_linux rawevent.pd_linux rawjoystick.pd_linux
clean: ; rm -f *.pd_linux *.o
|