check if recompiling is needed by preprocessing

This commit is contained in:
vrd
2024-03-18 09:50:04 +02:00
committed by Venelin
parent 097738cf64
commit d88212f6e7
6 changed files with 162 additions and 58 deletions
-2
View File
@@ -58,8 +58,6 @@ public:
/* Run the command */
RetProc operator()();
/* Run the command, capturing the output in a new pipe */
RetProc runRedir();
/* Run the command async
shell: cmd &