# Makefile for tsukuba_2010

all :
	cd positioning_poles/ && qmake && $(MAKE)

clean :
	cd reports/ && $(MAKE) clean
	cd positioning_poles/ && (if test -f Makefile; then $(MAKE) distclean; fi)
	cd positionOffset_sample/ && (if test -f Makefile; then $(MAKE) distclean; fi)
