all:
	cd autolpc; make
	cd combify; make
	cd jenny; make
	cd looching; make
	cd toothbrush; make

clean:
	cd autolpc; rm -f autolpc
	cd combify; rm -f combify
	cd jenny; rm -f jenny
	cd looching; rm -f looching
	cd toothbrush; rm -f toothbrush

