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


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

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


desc
@@



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

clean:
	$(RM) fbclock 

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


1.1.1.1
log
@
@
text
@@
