mirror of
https://github.com/mpv-player/mpv
synced 2025-01-13 00:06:25 +01:00
all should be the first target.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21210 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
c913e7dba1
commit
6fcbe2f8a7
@ -45,6 +45,8 @@ CFLAGS = -I. -I.. $(OPTFLAGS)
|
||||
.c.o:
|
||||
$(CC) -c $(CFLAGS) -o $@ $<
|
||||
|
||||
all: $(LIBNAME)
|
||||
|
||||
mplayer-rc.o: mplayer.rc
|
||||
windres -o $@ $<
|
||||
|
||||
@ -52,8 +54,6 @@ $(LIBNAME): $(OBJS)
|
||||
$(AR) r $@ $^
|
||||
$(RANLIB) $@
|
||||
|
||||
all: $(LIBNAME)
|
||||
|
||||
clean:
|
||||
rm -f *.o *.a *~
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user