#
#Makefile for motion sensor driver test.
#
OBJS = $(OBJDIR)/acctest.out

all : $(OBJS)

.PHONY: clean
clean :
	rm -f $(OBJS)

#
# include the Rules
#
include ../make.rules

