head     1.1;
access   ;
symbols  ;
locks    ; strict;
comment  @# @;


1.1
date     86.03.11.13.35.29;  author root;  state Exp;
branches ;
next     ;


desc
@initial checkin for release 3.04
@



1.1
log
@Initial revision
@
text
@#
# $Header$
#
# $Log$
#
#	Makefile	4.1	83/03/30
#
CFLAGS=-O
DESTDIR=

graph: graph.c
	${CC} $(CFLAGS) -o graph graph.c -lplot -lm

install: graph
	install -s graph ${DESTDIR}/usr/bin/graph

clean:
	rm -f *.o graph rslts a.out core
@
