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


1.2
date     86.03.07.07.30.07;  author root;  state Exp;
branches ;
next     1.1;

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


desc
@@


1.2
log
@added more things to clean
@
text
@#
# $Header: Makefile,v 1.1 86/02/28 15:41:45 root Exp $
#
# $Log:	Makefile,v $
# Revision 1.1  86/02/28  15:41:45  root
# Initial revision
# 
#
#	@@(#)Makefile	4.1	12/18/82

CFLAGS=-O
h = tp.h tp_defs.h
o  = tp0.o tp1.o tp2.o tp3.o

tp :	$o
	$(CC) -o tp $o

$o :	$h

install : tp
	install -s tp ${DESTDIR}/bin

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


1.1
log
@Initial revision
@
text
@d2 1
a2 1
# $Header$
d4 4
a7 1
# $Log$
d24 1
a24 1
	rm -f *.o
@
