;TSTTIM.CMD - Command file for compiling TSTTIM.FTN and CLUNK.MAC ;and building TSTTIM ;Created on 08-AUG-86 ;Modified on 30-SEP-86 ; ;Compile the source code MAC CLUNK F77 TSTTIM=TSTTIM ; ;Build the task ; TKB @TSTTIM.TKB ; ;Clean up DELETE TSTTIM.OBJ;1 DELETE CLUNK.OBJ;1 ;End