summaryrefslogtreecommitdiffstats
path: root/osdep/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'osdep/Makefile')
-rw-r--r--osdep/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/osdep/Makefile b/osdep/Makefile
index ddfe5b133a..a74e8678d1 100644
--- a/osdep/Makefile
+++ b/osdep/Makefile
@@ -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 *~