diff options
author | Martin Peach <mrpeach@users.sourceforge.net> | 2010-08-31 16:34:59 +0000 |
---|---|---|
committer | Martin Peach <mrpeach@users.sourceforge.net> | 2010-08-31 16:34:59 +0000 |
commit | c2d6314b3273210871ce14ab70887d98c2db0b0b (patch) | |
tree | 3cba70360aa452b793f3214024cdb30334f89705 | |
parent | 5b62b0918e0673d17cc931c5d6baff81db2bd157 (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
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |