aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTwinaphex2019-07-29 05:44:53 +0200
committerGitHub2019-07-29 05:44:53 +0200
commit2601ff11e452d0d5f8a0e52e6179ef4fb28e95e7 (patch)
tree28a54fb950fac94558f58ce8f193d79b1ab0b0cf /Makefile
parent77d120bc1afa4386a4e602df6712a0850630bc1c (diff)
parent833174ecc4ca153acb4bf7417836af2e6cc2de49 (diff)
downloadpcsx_rearmed-2601ff11e452d0d5f8a0e52e6179ef4fb28e95e7.tar.gz
pcsx_rearmed-2601ff11e452d0d5f8a0e52e6179ef4fb28e95e7.tar.bz2
pcsx_rearmed-2601ff11e452d0d5f8a0e52e6179ef4fb28e95e7.zip
Merge pull request #317 from retro-wertz/psxhle_log
psxhle.c: Silence logging when using HLE bios
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 1f491f3..a278519 100644
--- a/Makefile
+++ b/Makefile
@@ -337,13 +337,11 @@ frontend/revision.h: FORCE
target_: $(TARGET)
$(TARGET): $(OBJS)
- @echo "** BUILDING $(TARGET) FOR PLATFORM $(PLATFORM) **"
ifeq ($(STATIC_LINKING), 1)
$(AR) rcs $@ $(OBJS)
else
$(CC_LINK) -o $@ $^ $(LDFLAGS) $(LDLIBS) $(EXTRA_LDFLAGS)
endif
- @echo "** BUILD SUCCESSFUL! GG NO RE **"
clean: $(PLAT_CLEAN) clean_plugins
$(RM) $(TARGET) $(OBJS) $(TARGET).map frontend/revision.h