diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2010-11-06 04:58:56 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2010-11-06 04:58:56 +0000 |
commit | 11db7f5738c26a68899bcf1083ae2f912ff51380 (patch) | |
tree | 82e824e16aa849a6ecfecfc2280aa4a4e42d1adc /Makefile | |
parent | b5ae223e18434df43a0d6b1534bac961c9262d96 (diff) |
added examples to Makefile
svn path=/trunk/externals/smlib/; revision=14285
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -12,7 +12,7 @@ SOURCES = bp.c decimator.c deltas.c hip.c hist.c itov.c lavg.c lhist.c lhisti.c PDOBJECTS = # example patches and related files, in the 'examples' subfolder -EXAMPLES = +EXAMPLES = beattracker.pd normalizer.pd resonate-beat.pd # manuals and related files, in the 'manual' subfolder MANUAL = |