From 05e202a2acd534b0aced50af01d529aaa89746d9 Mon Sep 17 00:00:00 2001 From: Jonas Fonseca Date: Tue, 26 Jun 2007 13:10:41 +0200 Subject: [PATCH] Rename service-test to deploy-test --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 22ced34..f46f356 100644 --- a/Makefile +++ b/Makefile @@ -109,7 +109,7 @@ client: client-src # # Rules for deploying the Re-Mote webservices and for testing the setup. -service-test: +deploy-test: $(ADMINCLIENT) -h $(ADMINHOST) -u $(ADMINUSER) -w $(ADMINPASS) list deploy: server -- 2.11.4.GIT