6 lines
107 B
Makefile
6 lines
107 B
Makefile
|
DIR=/home/groups/e/ex/expat/htdocs
|
||
|
HOST=expat.sourceforge.net
|
||
|
|
||
|
install:
|
||
|
ssh $(HOST) cd $(DIR) '&&' cvs up
|