diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2011-10-02 18:59:37 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2011-10-02 18:59:37 +0000 |
commit | 8d8814efd2b9c13ce3edc2574169f5937189ecd7 (patch) | |
tree | df299dbdaf920ef44d9df1c6d08c076471ca4ae7 /Makefile | |
parent | 5beb9b7ce7a07b61b661c5f4c3d33f543899d15b (diff) |
updated .PHONY
svn path=/trunk/externals/template/; revision=15448
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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)) |