From 5824f081f7092d6d2f7127187328d7f30c75a360 Mon Sep 17 00:00:00 2001 From: Themaister Date: Thu, 30 Dec 2010 03:23:12 +0100 Subject: [PATCH] Slight update in makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 02c4e9a6b5..83f7d6b9cd 100644 --- a/Makefile +++ b/Makefile @@ -49,7 +49,7 @@ all: $(TARGET) config.mk config.mk: configure qb/* @echo "config.mk is outdated or non-existing. Run ./configure again." - exit 1 + @exit 1 ssnes: $(OBJ) $(CXX) -o $@ $(OBJ) $(LIBS) $(CFLAGS)