all:
	cd line; make
	cd routine; make
run:
	cd line; make run
	cd routine; make run
clean:
	cd line; make clean
	cd routine; make clean
