Skip to content
Snippets Groups Projects
Commit de461736 authored by samarth5's avatar samarth5
Browse files

Adding -f flag to rm

parent 2863cca7
No related branches found
No related tags found
No related merge requests found
...@@ -23,4 +23,4 @@ LockQueue.o: LockQueue.cpp IQueue.h ...@@ -23,4 +23,4 @@ LockQueue.o: LockQueue.cpp IQueue.h
$(CXX) $(CXXFLAGS) -c LockQueue.cpp $(CXX) $(CXXFLAGS) -c LockQueue.cpp
clean: clean:
rm *.o BenchmarkingModule rm -f *.o BenchmarkingModule
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment