aboutsummaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2009-08-02 17:20:11 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2009-08-02 17:20:11 +0200
commit979fa3ee4e693dc06fa66c1ec4afaeffbf679d8e (patch)
treebbb0be3f9cebc5441ed170baa09ea3e92d5fa0ca /makefile
parent9e4b7507bc0b6583c11200259b73180601478391 (diff)
Make the cleandoc target PHONY
Diffstat (limited to 'makefile')
-rw-r--r--makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/makefile b/makefile
index c90f859..28d5bc5 100644
--- a/makefile
+++ b/makefile
@@ -14,7 +14,7 @@ clean := $(out_base)/.clean
cleandoc := $(out_base)/.cleandoc
-.PHONY: $(default) $(test) $(install) $(dist) $(dist-win) $(clean)
+.PHONY: $(default) $(test) $(install) $(dist) $(dist-win) $(clean) $(cleandoc)
# Build.
#