Slight update in makefile
This commit is contained in:
parent
38616ee794
commit
5824f081f7
2
Makefile
2
Makefile
|
@ -49,7 +49,7 @@ all: $(TARGET) config.mk
|
||||||
|
|
||||||
config.mk: configure qb/*
|
config.mk: configure qb/*
|
||||||
@echo "config.mk is outdated or non-existing. Run ./configure again."
|
@echo "config.mk is outdated or non-existing. Run ./configure again."
|
||||||
exit 1
|
@exit 1
|
||||||
|
|
||||||
ssnes: $(OBJ)
|
ssnes: $(OBJ)
|
||||||
$(CXX) -o $@ $(OBJ) $(LIBS) $(CFLAGS)
|
$(CXX) -o $@ $(OBJ) $(LIBS) $(CFLAGS)
|
||||||
|
|
Loading…
Reference in New Issue