diff options
Diffstat (limited to 'Gui/Makefile')
-rw-r--r-- | Gui/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Gui/Makefile b/Gui/Makefile index 9da3353d95..1fd87559fe 100644 --- a/Gui/Makefile +++ b/Gui/Makefile @@ -27,6 +27,7 @@ OBJS = $(SRCS:.c=.o) $(LIB): .depend $(OBJS) rm -f $(LIB) $(AR) rc $(LIB) $(OBJS) $(MPLAYEROBJS) + $(RANLIB) $(LIB) all: $(LIB) |