diff options
Diffstat (limited to 'osc/Makefile')
-rw-r--r-- | osc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/osc/Makefile b/osc/Makefile index 9dd0391..06855f0 100644 --- a/osc/Makefile +++ b/osc/Makefile @@ -1,4 +1,4 @@ -## Pd library template version 1.0.9 +## Pd library template version 1.0.9-zmoelnig # For instructions on how to use this template, see: # http://puredata.info/docs/developer/MakefileTemplate # @@ -6,7 +6,7 @@ # the name of this library # must not contain any spaces or weird characters (as it's used for # filenames,...) -LIBRARY_NAME = OSC +LIBRARY_NAME = osc # add your .c source files, one object per file, to the SOURCES # variable, help files will be included automatically, and for GUI |