From 2b362373706a50aebdd4c160a2d6e6546196e1fe Mon Sep 17 00:00:00 2001 From: Gea-Suan Lin Date: Wed, 26 Oct 2011 23:42:20 +0800 Subject: [PATCH] Add make install to Makefile --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index 2ea5951..382583f 100644 --- a/Makefile +++ b/Makefile @@ -4,6 +4,9 @@ GIT?= git # all: pull +install: + ./install.sh + pull: ${GIT} pull -v origin master