head	1.2;
access;
symbols
	start:1.1.1.1 miko_zero:1.1.1;
locks; strict;
comment	@# @;


1.2
date	2003.10.21.11.32.56;	author minzkn;	state dead;
branches;
next	1.1;

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

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


desc
@@


1.2
log
@*** empty log message ***
@
text
@# Copyright (c) MINZ team
# Code by JaeHyuk Cho <mailto:minzkn@@infoeq.com>
# Made in KOREA

all: miko

clean:
	$(RM) *.o miko

touch:
	touch *.c

miko: main.o miko.o cpuusage.o
	$(CC) -s -o $@@ $^

miko.o: miko.c miko.h
cpuusage.o: cpuusage.c cpuusage.h

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

# End of Makefile
@


1.1
log
@Initial revision
@
text
@@


1.1.1.1
log
@
@
text
@@
