From 1014b7ebc320da53fb785c5232ee8c83f76ca7ca Mon Sep 17 00:00:00 2001 From: Nicolas Iooss Date: Thu, 12 Dec 2013 22:36:05 +0100 Subject: [PATCH] Add missing .PHONY rules to Makefile Signed-off-by: Nicolas Iooss --- Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index b1fd7d7..a868430 100644 --- a/Makefile +++ b/Makefile @@ -287,8 +287,10 @@ restart-listrpc: stop-listrpc start-listrpc ################################################################################ -.PHONY: build dist clean core http* check test -.PHONY: wiki build-wiki +.PHONY: all build dist clean core http* q check test +.PHONY: wiki build-wiki get-wiki +.PHONY: openid .PHONY: banana banana-sub htdocs/images/banana htdocs/css/banana.css +.PHONY: medals jquery maps raven .PHONY: start-listrpc start-listrpc-fg stop-listrpc restart-listrpc .PHONY: up update doc -- 2.1.4