mirror of https://github.com/mpv-player/mpv
Remove useless default target.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20627 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
c50e2c8636
commit
a622b0de44
|
@ -52,7 +52,6 @@ endif
|
|||
$(CC) $(CFLAGS) -c -o $@ $<
|
||||
|
||||
all: $(LIB).a
|
||||
default: $(LIB).a
|
||||
|
||||
$(LIB).a: $(OBJS)
|
||||
$(AR) rc $(LIB).a $(OBJS)
|
||||
|
|
Loading…
Reference in New Issue