diff --git a/ex00/Makefile b/ex00/Makefile index 3416f4f..e427cbb 100644 --- a/ex00/Makefile +++ b/ex00/Makefile @@ -1,4 +1,4 @@ -NAME = scalar +NAME = convert SRC = main.cpp \ ScalarConverter/ScalarConverter.cpp