diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2012-10-07 19:01:59 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2012-10-07 19:01:59 +0000 |
commit | 2185d176eaa8bb43ae4c5b0820316f761c7f9e7a (patch) | |
tree | 226459c18b2a561dff0b6a4838ee7e6ac21d1464 /Makefile | |
parent | 732b905f6bdeba0551fc6b97a8a019f11b8b70fe (diff) |
move test GUIs to the examples folder so that they are easy to find in the standard way
svn path=/trunk/externals/pduino/; revision=16348
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -13,7 +13,7 @@ SOURCES = PDOBJECTS = arduino.pd # example patches and related files, in the 'examples' subfolder -EXAMPLES = LED-lighting-fade.pd simple_input.pd +EXAMPLES = LED-lighting-fade.pd simple_input.pd arduinomega-test.pd arduino-test.pd wiring-test.pd # manuals and related files, in the 'manual' subfolder MANUAL = @@ -22,7 +22,7 @@ MANUAL = # 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 = arduinomega-test.pd arduino-stress-test.pd arduino-test.pd +EXTRA_DIST = arduino-stress-test.pd # unit tests and related files here, in the 'unittests' subfolder UNITTESTS = |