diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2010-11-22 20:54:36 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2010-11-22 20:54:36 +0000 |
commit | 6b90ede50883f41e5bca89d88a38aa0c7c831244 (patch) | |
tree | eb45bf0d503b2bbd05081dd8137cbef1e1885b20 /Makefile | |
parent | 11ff4a156d6c6803869f9abc06cba1506806d990 (diff) |
proper tilde-fication
svn path=/trunk/externals/many/; revision=14490
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,7 +1,7 @@ ## Pd library template version 1.0.6 # For instructions on how to use this template, see: # http://puredata.info/docs/developer/MakefileTemplate -LIBRARY_NAME = manypoly +LIBRARY_NAME = many # add your .c source files, one object per file, to the SOURCES # variable, help files will be included automatically @@ -9,7 +9,7 @@ SOURCES = # list all pd objects (i.e. myobject.pd) files here, and their helpfiles will # be included automatically -PDOBJECTS = instances.pd instances-template.pd instances~.pd instances-template~.pd polypoly~.pd polypoly-wrap~.pd polypoly-voice~.pd voicepoly.pd voicepoly-wrap.pd +PDOBJECTS = instances.pd instances-template.pd instances~.pd instances-template~.pd polypoly~.pd polypoly-wrap~.pd polypoly-voice~.pd voices~.pd voices-wrap~.pd # example patches and related files, in the 'examples' subfolder EXAMPLES = tick.wav ticker-voice.pd ticker.pd tock.wav aw.wav voicetest.pd run-200voicetest.pd |