mirror of
https://github.com/c3lang/c3c.git
synced 2026-02-27 12:01:16 +00:00
Update "clean".
This commit is contained in:
@@ -485,7 +485,7 @@ bool file_delete_all_files_in_dir_with_suffix(const char *path, const char *suff
|
||||
{
|
||||
assert(path);
|
||||
#if (_MSC_VER)
|
||||
const char *cmd = "del /q %s\\*%s";
|
||||
const char *cmd = "del /q \"%s\\*%s\"";
|
||||
#else
|
||||
const char *cmd = "rm -f %s/*%s";
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user