To test out the sample programs type one of the following:

make parse
   
   This makes the sample parser, a calculator type program, which uses
   the targ routine- expr_tof.

make argtest

   This demonstrates targs in conjunction with a sample program.
   To use targs in your own program, create your makefile in the same
   fashion that was done for argtest.c

