From a869da7f22c63ee1cb316f79c6dd7691a369da3e Mon Sep 17 00:00:00 2001 From: twinaphex Date: Wed, 8 Jan 2020 00:00:55 +0100 Subject: Update --- Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/Makefile b/Makefile index 1dea9ba..38d662c 100644 --- a/Makefile +++ b/Makefile @@ -357,7 +357,6 @@ else all: $(TARGET) $(TARGET): $(OBJECTS) - @echo "** BUILDING $(TARGET) FOR PLATFORM $(platform) **" ifeq ($(STATIC_LINKING), 1) $(AR) rcs $@ $(OBJECTS) else -- cgit v1.2.3