1# $Id: Makefile,v 1.1.1.1 1999/02/22 09:12:08 taoka Exp $
2
3xdgagrab : xdgagrab.c
4	${CC} ${CFLAGS} -I${LOCALBASE}/include -o xdgagrab xdgagrab.c -L${LOCALBASE}/lib -lX11 -lXxf86dga -lXext
5
6