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


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

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


desc
@@



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

clean:
	$(RM) clear 

clear: clear.s
	gcc -nostdlib -nostdinc -s -O2 -Wall -Werror -e mzstartup -o $@@ clear.s
	strip --remove-section .comment --remove-section .bss $@@
@


1.1.1.1
log
@
@
text
@@
