all:
	cd builddir && make

txt:
	cd builddir && make $@
distclean:
	cd builddir && make $@
