From a7379795cbecd0d5fc81c2bd8a434be0ffdaf361 Mon Sep 17 00:00:00 2001 From: Sergiu Harjau Date: Fri, 9 Nov 2018 15:13:44 +0000 Subject: [PATCH] Added make clean --- 122COM/SortingAlgo-Profiling/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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