aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2011-10-02 18:59:37 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2011-10-02 18:59:37 +0000
commit8d8814efd2b9c13ce3edc2574169f5937189ecd7 (patch)
treedf299dbdaf920ef44d9df1c6d08c076471ca4ae7
parent5beb9b7ce7a07b61b661c5f4c3d33f543899d15b (diff)
updated .PHONY
svn path=/trunk/externals/template/; revision=15448
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 9eda2ea..3552d38 100644
--- a/Makefile
+++ b/Makefile
@@ -208,7 +208,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: $(SOURCES:.c=.$(EXTENSION))