Libretro: Removed unnecessary echos from makefile
This commit is contained in:
parent
4121949881
commit
67a35fbfb4
1 changed files with 0 additions and 2 deletions
|
@ -330,7 +330,6 @@ CXXFLAGS += -D LIBRETRO $(fpic) -std=c++14
|
|||
all: $(TARGET)
|
||||
|
||||
$(TARGET): $(OBJECTS)
|
||||
@echo "** BUILDING $(TARGET) FOR PLATFORM $(platform) **"
|
||||
ifeq ($(STATIC_LINKING), 1)
|
||||
ifneq (,$(findstring msvc,$(platform)))
|
||||
$(LD) $(LINKOUT)$@ $(OBJECTS)
|
||||
|
@ -340,7 +339,6 @@ endif
|
|||
else
|
||||
$(LD) $(fpic) $(SHARED) $(INCLUDES) $(LINKOUT)$@ $(OBJECTS) $(LDFLAGS)
|
||||
endif
|
||||
@echo "** BUILD SUCCESSFUL! GG NO RE **"
|
||||
|
||||
%.o: %.c
|
||||
$(CC) $(CFLAGS) $(fpic) -c $< $(OBJOUT)$@
|
||||
|
|
Loading…
Add table
Reference in a new issue