head	1.2;
access;
symbols;
locks
	seth:1.2; strict;
comment	@# @;


1.2
date	93.03.02.01.41.43;	author seth;	state Exp;
branches;
next	1.1;

1.1
date	93.03.02.01.24.52;	author seth;	state Exp;
branches;
next	;


desc
@makefile for funi
@


1.2
log
@better dependancy
@
text
@
CC=gcc
CFLAGS=-O -g

funi: funi.c
	$(LINK.c) -o $@@ $@@.c

clean:
	$(RM) funi *.o *.a *~ \#* core a.out

@


1.1
log
@Initial revision
@
text
@d5 1
a5 1
funi:
@
