This commit is contained in:
twinaphex 2020-10-08 05:07:42 +02:00
parent 207cc2578a
commit b428551fe8

View File

@ -633,7 +633,6 @@ else ifeq ($(STATIC_LINKING), 1)
$(AR) rcs $@ $(OBJECTS)
else
@$(LD) $(LINKOUT)$@ $^ $(LDFLAGS) $(LIBS)
@echo "LD $(TARGET)"
endif
%.o: %.cpp