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


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

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


desc
@@



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

clean:
	$(RM) mztar

mztar: mztar.c
	gcc -s -Os -Wall -Werror -o $@@ $^
	strip --remove-section .comment $@@
@


1.1.1.1
log
@
@
text
@@
