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:
diego 2006-11-25 11:26:53 +00:00
parent c913e7dba1
commit 6fcbe2f8a7
1 changed files with 2 additions and 2 deletions

View File

@ -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 *~