Simple intro to tma
For a more involved example see this example
make an out directory (mkdir out) // this is where the executable will be built
make [intro, intro_swizzle] // build the executable
run the executable (./out/intro) look for 'Passed' to confirm success!