Files
config/Makefile
2010-03-15 14:22:16 +08:00

10 lines
72 B
Makefile

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