all:
	@echo use make clean or install
clean:
	cd host; make clean
	cd term; make clean
install:
	cd host; make install
	cd term; make install
