all:
	make target_env=debug target_arch=64bit tx_version=_txmin_ -f ../../makefile.osx | tee b.log
clean:
	make -f ../../makefile.osx clean

