From 8ad36a5f88bbc31972107fb83483555b948bc361 Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Thu, 29 May 2008 15:21:45 +0000 Subject: [PATCH] cosmetic --- Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 9f98d2a..7c84512 100644 --- a/Makefile +++ b/Makefile @@ -86,7 +86,9 @@ force: tags: find . '(' -name '*.py' -o -name '*.sql' -o -name '*.php' -o -name Makefile ')' | xargs etags -########## make sync PLCHOST=hostname +.PHONY: tags + +########## make sync PLCHOST=hostname VSERVER=vservername ifdef PLCHOST ifdef VSERVER PLCSSH:=root@$(PLCHOST):/vservers/$(VSERVER) -- 2.43.0