diff --git a/122COM/SortingAlgo-Profiling/Makefile b/122COM/SortingAlgo-Profiling/Makefile index 9d0ee0f..f3cdeb4 100644 --- a/122COM/SortingAlgo-Profiling/Makefile +++ b/122COM/SortingAlgo-Profiling/Makefile @@ -8,4 +8,7 @@ profilingTests.o: profilingTests.cpp g++ --std=c++14 profilingTests.cpp -c SergeLib.o: ../SergeLib/SergeLib.cpp - g++ --std=c++14 ../SergeLib/SergeLib.cpp -c \ No newline at end of file + g++ --std=c++14 ../SergeLib/SergeLib.cpp -c + +clean: + rm *.o a.out \ No newline at end of file