aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMartin Peach <mrpeach@users.sourceforge.net>2010-08-31 16:34:59 +0000
committerMartin Peach <mrpeach@users.sourceforge.net>2010-08-31 16:34:59 +0000
commitc2d6314b3273210871ce14ab70887d98c2db0b0b (patch)
tree3cba70360aa452b793f3214024cdb30334f89705 /Makefile
parent5b62b0918e0673d17cc931c5d6baff81db2bd157 (diff)
Removed two '+' characters at the start of lines 6 and 7 that caused the make to fail.
svn path=/trunk/externals/ext13/; revision=13949
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 4b90c5d..5971a7b 100644
--- a/Makefile
+++ b/Makefile
@@ -3,8 +3,8 @@
# http://puredata.info/docs/developer/MakefileTemplate
LIBRARY_NAME = ext13
-+# add your .c source files, one object per file, to the SOURCES
-+# variable, help files will be included automatically
+# add your .c source files, one object per file, to the SOURCES
+# variable, help files will be included automatically
SOURCES = catch13~.c filesize.c ftos.c kalashnikov.c mandelbrot~.c mandelbrot.c messages.c openpatch.c piperead~.c pipewrite~.c receive13~.c receive13.c scramble~.c send13~.c send13.c sfwrite13~.c streamin13~.c streamout13~.c strippath.c throw13~.c wavinfo.c
# For objects that only build on certain platforms, add those to the SOURCES