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


1.1
date     91.01.04.11.24.04;  author ian;  state Exp;
branches ;
next     ;


desc
@Makefile for simple painter program.
@



1.1
log
@Initial revision
@
text
@painter:	painter.c painter.h
	cc -o painter painter.c -lxvps -lxview -lolgx -lX -lcps \
	-I$$OPENWINHOME/include -L$$OPENWINHOME/lib
painter.h: painter.cps
	cps painter.cps
@
