From c2d6314b3273210871ce14ab70887d98c2db0b0b Mon Sep 17 00:00:00 2001 From: Martin Peach Date: Tue, 31 Aug 2010 16:34:59 +0000 Subject: Removed two '+' characters at the start of lines 6 and 7 that caused the make to fail. svn path=/trunk/externals/ext13/; revision=13949 --- Makefile | 4 ++-- 1 file 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 -- cgit v1.2.1