Slight update in makefile

This commit is contained in:
Themaister 2010-12-30 03:23:12 +01:00
parent 38616ee794
commit 5824f081f7

View File

@ -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)