singleheader compiles again

This commit is contained in:
2024-12-10 22:20:40 -05:00
parent aecc2c59dd
commit c8d6c27f07
6 changed files with 88 additions and 136 deletions

View File

@ -83,6 +83,6 @@ Code code_refactor_and_format( Code code, char const* scratch_path, char const*
}
Code result = scan_file( scratch_path );
remove("gen/scratch.hpp");
::remove(scratch_path);
return result;
}