Skip to content

Commit a8c9c46

Browse files
committed
Added delete logs command in makefile
1 parent 1215064 commit a8c9c46

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

makefile

+3
Original file line numberDiff line numberDiff line change
@@ -35,3 +35,6 @@ posting_list.o: posting_list.cpp posting_list.h dir.h helping_funs.h
3535

3636
clean:
3737
rm -f jobExecutor *.o *.fifo
38+
39+
delete_logs:
40+
rm -f ./log/Worker*

0 commit comments

Comments
 (0)