Skip to content
Permalink
Browse files
Added make clean
  • Loading branch information
Sergiu Harjau committed Nov 9, 2018
1 parent b85a784 commit a7379795cbecd0d5fc81c2bd8a434be0ffdaf361
Showing 1 changed file with 4 additions and 1 deletion.
@@ -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
g++ --std=c++14 ../SergeLib/SergeLib.cpp -c

clean:
rm *.o a.out

0 comments on commit a737979

Please sign in to comment.