diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2011-10-02 19:33:05 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2011-10-02 19:33:05 +0000 |
commit | 42f33177e59c26421a02147b01f211a8b4861b3e (patch) | |
tree | b0c8ee138bd9744cd6edaa91be5f7cce33488c44 | |
parent | 0a876affee3521d597ca6470d83e56a49ef7c4ae (diff) |
added examples to Makefile
svn path=/trunk/externals/loaders/tclpd/; revision=15451
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -13,7 +13,7 @@ SOURCES = PDOBJECTS = # example patches and related files, in the 'examples' subfolder -EXAMPLES = +EXAMPLES = bitmap-help.pd bitmap-madness.pd bitmap.tcl colorpicker.tcl dynreceive-help.pd dynreceive.tcl dynroute-help.pd dynroute.tcl list_change-help.pd list_change.tcl properties.tcl slider2-help.pd slider2.tcl # manuals and related files, in the 'manual' subfolder MANUAL = @@ -214,7 +214,7 @@ HELPPATCHES ?= $(SOURCES:.c=-help.pd) $(PDOBJECTS:.pd=-help.pd) CFLAGS += $(OPT_CFLAGS) -.PHONY = install libdir_install single_install install-doc install-exec install-examples install-manual clean dist etags $(LIBRARY_NAME) +.PHONY = install libdir_install single_install install-doc install-examples install-manual clean distclean dist etags $(LIBRARY_NAME) all: $(LIBRARY_NAME) |