diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2012-10-07 18:53:46 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2012-10-07 18:53:46 +0000 |
commit | 732b905f6bdeba0551fc6b97a8a019f11b8b70fe (patch) | |
tree | b4c1c0af4dec63eabbaa2996e30a8eaac1a87fe9 /Makefile | |
parent | 5640ac0a90ce93e05a31572f1397425907d65332 (diff) |
named Pduino library actuall 'pduino' while keeping the object called [arduino]
svn path=/trunk/externals/pduino/; revision=16347
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,7 +1,7 @@ ## Pd library template version 1.0.13 # For instructions on how to use this template, see: # http://puredata.info/docs/developer/MakefileTemplate -LIBRARY_NAME = arduino +LIBRARY_NAME = pduino # add your .c source files, one object per file, to the SOURCES # variable, help files will be included automatically, and for GUI |