@@ -13,5 +13,8 @@ $(TARGET): $(OBJ)
build/%.o: src/%.cpp
@$(CXX) -c -o $@ $< $(CXXFLAGS)
dirs:
@mkdir -p build/x86_64
clean:
@rm -f $(OBJ) $(TARGET)
The note is not visible to the blocked user.