diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2010-08-23 20:57:37 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2010-08-23 20:57:37 +0000 |
commit | d3f0fbf7f5f348a28dddee1d5062024e857b20b3 (patch) | |
tree | 1167525015bdabbf05657a19e8adb53080ca7376 | |
parent | 77193d9ef471263bce8a33779bb3f0319fd77136 (diff) |
cleaned up comments
svn path=/trunk/externals/template/; revision=13898
-rw-r--r-- | Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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 = |