# Makefile for sunview

SUNTOOL=-lsuntool -lsunwindow -lpixrect

sunview: sunview.c
	cc -o sunview sunview.c ${SUNTOOL} -lm
