head	1.4;
access;
symbols
	d080925a:1.4
	d080925:1.4
	korea:1.4
	d080923:1.2;
locks; strict;
comment	@# @;


1.4
date	2008.09.23.08.26.41;	author kaurikim;	state Exp;
branches;
next	1.3;

1.3
date	2008.09.23.08.09.36;	author kaurikim;	state Exp;
branches;
next	1.2;

1.2
date	2008.09.22.15.36.39;	author kaurikim;	state Exp;
branches;
next	1.1;

1.1
date	2008.09.22.13.25.50;	author kaurikim;	state Exp;
branches;
next	;


desc
@@


1.4
log
@Is this beta release version????
@
text
@

all: clean
	g++ -o go -g btree.cpp main.cpp KeySearTbl.cpp

clean:
	rm -rf *.o go 
@


1.3
log
@change main.c to main.cpp, & ok parent job...
@
text
@d4 1
a4 1
	g++ -o go -g btree.cpp main.cpp
@


1.2
log
@divided to files
@
text
@d3 5
a7 2
all: 
	g++ -o go -g btree.cpp main.c
@


1.1
log
@*** empty log message ***
@
text
@d4 1
a4 1
	g++ -o go -g ex1_3.cpp
@

