mirror of https://github.com/mpv-player/mpv
Merge all and do_drivers rules.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22562 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
a54f28cddf
commit
1260edc7ca
|
@ -7,9 +7,7 @@ OBJS = $(SRCS:.c=.o)
|
||||||
|
|
||||||
CFLAGS = $(OPTFLAGS)
|
CFLAGS = $(OPTFLAGS)
|
||||||
|
|
||||||
all: $(LIBNAME) do_drivers
|
all: $(LIBNAME)
|
||||||
|
|
||||||
do_drivers:
|
|
||||||
$(MAKE) -C drivers
|
$(MAKE) -C drivers
|
||||||
|
|
||||||
$(LIBNAME): $(OBJS)
|
$(LIBNAME): $(OBJS)
|
||||||
|
|
Loading…
Reference in New Issue