@@ -7,14 +7,14 @@ TARGET = build/x86_64/main.x86_64
all: $(TARGET)
dirs:
@mkdir -p build/x86_64
$(TARGET): $(OBJ)
@$(CXX) -o $@ $^ $(LDFLAGS)
build/%.o: src/%.cpp
@$(CXX) -c -o $@ $< $(CXXFLAGS)
clean:
@rm -f $(OBJ) $(TARGET)
The note is not visible to the blocked user.