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


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

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


desc
@@



1.1
log
@Initial revision
@
text
@# 
# Copyright (c) Information Equipment co.,LTD.
# Code by JaeHyuk Cho <mailto:minzkn@@infoeq.com>
#

all: multicast

clean: 
	$(RM) *.o multicast

multicast: multicast.o
	gcc -s -o $@@ $^

multicast.o: multicast.c

%.o: %.c
	$(CC) -O2 -Wall -Werror -ansi -I. -c -o $@@ $<

# End of Makefile
@


1.1.1.1
log
@
@
text
@@
