Mercurial > mplayer.hg
changeset 21194:e85426c3beb4
all should be the first target.
author | diego |
---|---|
date | Sat, 25 Nov 2006 11:26:53 +0000 |
parents | a067e7e18b50 |
children | a1aaa21a66f2 |
files | osdep/Makefile |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/osdep/Makefile Sat Nov 25 11:20:02 2006 +0000 +++ b/osdep/Makefile Sat Nov 25 11:26:53 2006 +0000 @@ -45,6 +45,8 @@ .c.o: $(CC) -c $(CFLAGS) -o $@ $< +all: $(LIBNAME) + mplayer-rc.o: mplayer.rc windres -o $@ $< @@ -52,8 +54,6 @@ $(AR) r $@ $^ $(RANLIB) $@ -all: $(LIBNAME) - clean: rm -f *.o *.a *~