Clean up symbol_renames.txt

This commit is contained in:
Bruce Hill 2024-06-16 20:07:33 -04:00
parent 5bfc15c975
commit c24a53174e

2
tomo.c
View File

@ -253,6 +253,8 @@ int main(int argc, char *argv[])
if (verbose)
CORD_printf("Successfully renamed symbols with library prefix!\n");
unlink("symbol_renames.txt");
printf("Do you want to install your library? [Y/n] ");
fflush(stdout);
switch (getchar()) {