# Copyright (C) 1997 by Pharos Business Solutions Pty Ltd # $Id: Makefile,v 1.2 1997-12-30 17:50:53+10 mbp Exp $ # $Source: /fn/cvsroot/pip/tools/tailf/Makefile,v $ # Makefile for tailf all: tailf install: tailf install tailf /usr/local/bin tailf: tailf.c $(CC) -O2 -Wall -o tailf tailf.c