Delete object files after linking.

This commit is contained in:
Christoffer Lerno
2023-06-13 14:54:11 +02:00
committed by Christoffer Lerno
parent 4d552ae44d
commit 5c9eb264e8
4 changed files with 43 additions and 9 deletions

View File

@@ -70,6 +70,7 @@ const char* file_expand_path(const char* path);
const char* find_lib_dir(void);
const char *find_rel_exe_dir(const char *dir);
bool file_delete_all_files_in_dir_with_suffix(const char *dir, const char *suffix);
bool file_delete_file(const char *path);
bool file_is_dir(const char *file);
bool file_exists(const char *path);
FILE *file_open_read(const char *path);