diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2010-11-07 16:46:27 +0000 |
---|---|---|
committer | IOhannes m zmölnig <zmoelnig@iem.at> | 2015-10-14 14:40:10 +0200 |
commit | 9168e8a26d9704af751c2cd42224ab13fbbc843e (patch) | |
tree | 46e031f5cdf8614b54faa24ae02c9b74aebcdd6c /Makefile | |
parent | 1577d2165b9ba328fe4618c8d63c37aa93430884 (diff) |
updated to include bitwise XOR (^) object
svn path=/trunk/abstractions/purepd/; revision=14291
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -9,7 +9,7 @@ SOURCES = # list all pd objects (i.e. myobject.pd) files here, and their helpfiles will # be included automatically -PDOBJECTS = alternate.pd any_argument.pd clip.pd cosh.pd delta.pd delta~.pd fifo.pd float_argument.pd for++.pd gt2~.pd gt~.pd inv.pd log10.pd lt2~.pd lt~.pd moses.pd once.pd oneshot.pd purepd_error.pd sgn~.pd sinh.pd symbol_argument.pd tanh.pd uzi.pd velocity.pd +PDOBJECTS = ^.pd alternate.pd any_argument.pd clip.pd cosh.pd delta.pd delta~.pd fifo.pd float_argument.pd for++.pd gt2~.pd gt~.pd inv.pd log10.pd lt2~.pd lt~.pd moses.pd once.pd oneshot.pd purepd_error.pd sgn~.pd sinh.pd symbol_argument.pd tanh.pd uzi.pd velocity.pd # example patches and related files, in the 'examples' subfolder EXAMPLES = |