Skip to content
Snippets Groups Projects
Commit 5ea951b7 authored by Alex Beregszaszi's avatar Alex Beregszaszi
Browse files

ranlib cleanup by Dan Christiansen

Originally committed as revision 12633 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
parent 27537106
Branches
Tags
No related merge requests found
...@@ -20,6 +20,7 @@ all: $(SWSLIB) ...@@ -20,6 +20,7 @@ all: $(SWSLIB)
$(SWSLIB): $(SWSOBJS) $(SWSLIB): $(SWSOBJS)
$(AR) r $(SWSLIB) $(SWSOBJS) $(AR) r $(SWSLIB) $(SWSOBJS)
$(RANLIB) $(SWSLIB)
clean: clean:
rm -f *.o *.a *~ *.so cs_test swscale-example rm -f *.o *.a *~ *.so cs_test swscale-example
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment