mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-09-10 01:42:21 +08:00
Remove temporary file when finished.
This commit is contained in:
@ -8,3 +8,4 @@ foreach func (`cat $1`)
|
||||
end
|
||||
|
||||
gcc -c /tmp/$$.s -o $2
|
||||
rm -f /tmp/$$.s
|
||||
|
Reference in New Issue
Block a user