mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-11-25 05:00:01 +00:00
Remove temporary file when finished.
This commit is contained in:
parent
df9bd7f665
commit
2684fbdb80
@ -8,3 +8,4 @@ foreach func (`cat $1`)
|
||||
end
|
||||
|
||||
gcc -c /tmp/$$.s -o $2
|
||||
rm -f /tmp/$$.s
|
||||
|
Loading…
Reference in New Issue
Block a user