aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2010-08-23 20:57:37 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2010-08-23 20:57:37 +0000
commitd3f0fbf7f5f348a28dddee1d5062024e857b20b3 (patch)
tree1167525015bdabbf05657a19e8adb53080ca7376
parent77193d9ef471263bce8a33779bb3f0319fd77136 (diff)
cleaned up comments
svn path=/trunk/externals/template/; revision=13898
-rw-r--r--Makefile6
1 files 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 =