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

