Remove temporary file when finished.

This commit is contained in:
Jeff Law 1996-01-17 21:16:59 +00:00
parent df9bd7f665
commit 2684fbdb80

View File

@ -8,3 +8,4 @@ foreach func (`cat $1`)
end
gcc -c /tmp/$$.s -o $2
rm -f /tmp/$$.s