Makefile.mak: create a tgx bin-wrapper
commit1a7f53b07b9e39a3e8ac2fb7fc359b1cba4ca294
authorKyle J. McKay <mackyle@gmail.com>
Thu, 15 Jun 2017 01:21:13 +0000 (14 18:21 -0700)
committerKyle J. McKay <mackyle@gmail.com>
Thu, 15 Jun 2017 01:21:13 +0000 (14 18:21 -0700)
tree58ffcd422e11002fc0348783b2d32e006f1108d1
parentfc320c60a135b58e9a82eaefbfc24010a88e1e00
Makefile.mak: create a tgx bin-wrapper

Whenever bin-wrappers/tg is created also create a bin-wrappers/tgx
that has the "set -x" option enabled.

Not used directly by any of the tests but very helpful when
debugging to be able to switch to tgx and see all the commands.

Signed-off-by: Kyle J. McKay <mackyle@gmail.com>
Makefile.mak