Add make install to Makefile

This commit is contained in:
Gea-Suan Lin
2011-10-26 23:42:20 +08:00
parent e950fc0c85
commit 2b36237370

View File

@@ -4,6 +4,9 @@ GIT?= git
#
all: pull
install:
./install.sh
pull:
${GIT} pull -v origin master