diff --git a/src/main.cpp b/src/main.cpp index b35c411..0915bba 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -107,6 +107,10 @@ int main(int argc, char **argv) } } + + // Delete temp file + remove("temp.stp"); + if (yyin != nullptr) { fclose(yyin);