| Run LCC and GCC versions of a program and compare the output

make %0.1
make %0.2
%0/1 > output1 < %1
%0/2 > output2 < %1
diff output1 output2
|rm output1 output2