We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1215064 commit a8c9c46Copy full SHA for a8c9c46
makefile
@@ -35,3 +35,6 @@ posting_list.o: posting_list.cpp posting_list.h dir.h helping_funs.h
35
36
clean:
37
rm -f jobExecutor *.o *.fifo
38
+
39
+delete_logs:
40
+ rm -f ./log/Worker*
0 commit comments