INC:sh =  echo "$OPENWINHOME/include"

display: display.c
	cc -g display.c -I$(INC) -lxview -lolgx -lX11 -o display

