aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2011-10-02 19:33:05 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2011-10-02 19:33:05 +0000
commit42f33177e59c26421a02147b01f211a8b4861b3e (patch)
treeb0c8ee138bd9744cd6edaa91be5f7cce33488c44 /Makefile
parent0a876affee3521d597ca6470d83e56a49ef7c4ae (diff)
added examples to Makefile
svn path=/trunk/externals/loaders/tclpd/; revision=15451
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index e88aee7..6f6c729 100644
--- a/Makefile
+++ b/Makefile
@@ -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)