From: Nicolas Iooss Date: Thu, 12 Dec 2013 21:36:05 +0000 (+0100) Subject: Add missing .PHONY rules to Makefile X-Git-Tag: xorg/1.1.11~20 X-Git-Url: http://git.polytechnique.org/?a=commitdiff_plain;h=1014b7ebc320da53fb785c5232ee8c83f76ca7ca;p=platal.git Add missing .PHONY rules to Makefile Signed-off-by: Nicolas Iooss --- 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