all:
	cd builddir && make

distclean:
	cd builddir && make $@
	cd builddir && rm -fr ctie && rm -fr src
