@ -16,6 +16,9 @@ SRC = main.cpp
$(OUTPUT): $(SRC)
$(CXX) $(SRC) $(CXXFLAGS) -o $(OUTPUT)
check: $(OUTPUT)
# Clean up generated files
clean:
rm -f $(OUTPUT)
The note is not visible to the blocked user.