head     2.0;
branch   ;
access   ;
symbols  ;
locks    bin:2.0;
comment  @# @;


2.0
date     93.07.16.20.05.52;  author bin;  state Exp;
branches ;
next     ;


desc
@@



2.0
log
@*** empty log message ***
@
text
@# Simple Coherent makefile for echo driver

Driver.o: echo.c
	$(CC) $(CFLAGS) -o Driver.o -c echo.c

install:
	cp Driver.o /etc/conf/echo

clean:
	rm -f Driver.o
@
