head	1.1;
access;
symbols;
locks; strict;
comment	@# @;


1.1
date	2004.10.09.06.09.40;	author myunggoni;	state Exp;
branches;
next	;


desc
@@


1.1
log
@add file
@
text
@#	$Id: Makefile,v 1.1 2004/10/09 06:06:36 myunggoni Exp $
#
# make upload: upload .html files to the official site. 

WWW=		terminaltetris.kldp.net:/var/lib/gforge/chroot/home/groups/terminaltetris/htdocs

SRCS=		index.html

SCP=		scp

all:

upload:
	${SCP} ${SRCS} ${WWW}
@
