summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortwinaphex2020-01-08 00:00:55 +0100
committertwinaphex2020-01-08 00:00:55 +0100
commita869da7f22c63ee1cb316f79c6dd7691a369da3e (patch)
treebb1e6a2a9769671d39051c2c2b28ddd8900fe5e2
parentd03ac88b211a5cc00877fd2ff71f0fbaa5449fee (diff)
downloadsnes9x2002-a869da7f22c63ee1cb316f79c6dd7691a369da3e.tar.gz
snes9x2002-a869da7f22c63ee1cb316f79c6dd7691a369da3e.tar.bz2
snes9x2002-a869da7f22c63ee1cb316f79c6dd7691a369da3e.zip
Update
-rw-r--r--Makefile1
1 files changed, 0 insertions, 1 deletions
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