#:ts=8
#
# $Id$
#
# Makefile CNCL examples/gist/car
#
TOPDIR	= ../../..

include $(TOPDIR)/make.conf


PROGS	= indoortest


all:	$(PROGS)

indoortest:	indoor.o
	$(CC) $(LFLAGS) -o indoortest indoor.o $(LIBS)


clean::
	rm -f $(PROGS)

include $(TOPDIR)/make.common
