all:
	cd phase; make
	cd timer; make
clean:
	cd phase; make clean
	cd timer; make clean
run:
	cd phase; make run
	cd timer; make run
