head     1.1;
branch   1.1.1;
access   ;
symbols  start:1.1.1.1 rdate:1.1.1;
locks    ; strict;
comment  @# @;


1.1
date     2003.10.21.11.48.42;  author minzkn;  state Exp;
branches 1.1.1.1;
next     ;

1.1.1.1
date     2003.10.21.11.48.42;  author minzkn;  state Exp;
branches ;
next     ;


desc
@@



1.1
log
@Initial revision
@
text
@all: rdate 
	@@echo "Copyright (c) Information Equipment co.,LTD."
	@@echo "Code by JaeHyuk Cho <minzkn@@infoeq.co.kr>"

clean:
	$(RM) rdate 

rdate: rdate.c  
	gcc -s -Os -Wall -I. -o $@@ rdate.c
@


1.1.1.1
log
@
@
text
@@
