Files
config/Makefile
2010-03-15 14:27:41 +08:00

12 lines
106 B
Makefile

#
GIT?= git
#
all: pull
pull:
${GIT} pull -v --rebase origin master
push:
${GIT} push origin master