mirror of https://github.com/mpv-player/mpv
Give the library generation target a more sensible name.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22544 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
12d6e5b2c0
commit
2f252694a0
|
@ -9,7 +9,7 @@ CFLAGS += -I. -I.. $(OPTFLAGS)
|
||||||
|
|
||||||
LIBS = $(LIBNAME) $(LIBNAME2)
|
LIBS = $(LIBNAME) $(LIBNAME2)
|
||||||
|
|
||||||
all: $(LIBS)
|
libs: $(LIBS)
|
||||||
|
|
||||||
$(LIBNAME): $(OBJS)
|
$(LIBNAME): $(OBJS)
|
||||||
$(LIBNAME2): $(OBJS2)
|
$(LIBNAME2): $(OBJS2)
|
||||||
|
@ -28,4 +28,4 @@ dep depend:
|
||||||
|
|
||||||
-include .depend
|
-include .depend
|
||||||
|
|
||||||
.PHONY: all clean distclean dep depend
|
.PHONY: libs clean distclean dep depend
|
||||||
|
|
Loading…
Reference in New Issue