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


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

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


desc
@@


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

clean:
	$(RM) fire 

fire: fire.c
	gcc -s -O2 -Wall -I. -o $@@ fire.c
@


1.1.1.1
log
@
@
text
@@
