all:
	(cd src/tbl; make)
	(cd src/lbl; make)
	(cd src/rc; make)
	(cd src/sensitive; make)
	(cd src/command; make)
	(cd examples; make)
