From d3f0fbf7f5f348a28dddee1d5062024e857b20b3 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Mon, 23 Aug 2010 20:57:37 +0000 Subject: cleaned up comments svn path=/trunk/externals/template/; revision=13898 --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 2f2c013..28b928f 100644 --- a/Makefile +++ b/Makefile @@ -3,8 +3,8 @@ # http://puredata.info/docs/developer/MakefileTemplate LIBRARY_NAME = template -# 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 = mycobject.c # list all pd objects (i.e. myobject.pd) files here, and their helpfiles will @@ -18,7 +18,7 @@ EXAMPLES = bothtogether.pd MANUAL = manual.txt # if you want to include any other files in the source and binary tarballs, -# list them here. This can be anything from header files, example patches, +# list them here. This can be anything from header files, test patches, # documentation, etc. README.txt and LICENSE.txt are required and therefore # automatically included EXTRA_DIST = -- cgit v1.2.1