mirror of
https://github.com/libretro/RetroArch
synced 2025-04-25 00:02:31 +00:00
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…
x
Reference in New Issue
Block a user