@@ -3,7 +3,7 @@ CC = g++
all: main
main: project_cpp/main.cpp tests/tests.cpp
$(CC) -o main
$(CC) project_cpp/main.cpp -o main
test: tests/tests.cpp
$(CC) tests/tests.cpp -o test
The note is not visible to the blocked user.