From 53c730c715b77d308d33d14ba05befba7ff5da61 Mon Sep 17 00:00:00 2001 From: daniel-123 Date: Sun, 27 Jan 2013 19:20:37 +0100 Subject: [PATCH] 'install-all' renamed to 'install' --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index ee7092e..053c830 100644 --- a/Makefile +++ b/Makefile @@ -65,6 +65,6 @@ install-server: common server uninstall-server: u-server u-common -install-all: common client server +install: common client server -uninstall-all: u-client u-server u-common +uninstall: u-client u-server u-common